summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-16 14:54:30 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-09-16 14:54:30 +0000
commitd7927f9aa2356ac9acd5b304849655219c199d6f (patch)
tree9186ea79e0bd94760ea31ef56285a71f93144aa5 /src/corelib
parentb4e8fca0b4a913462aaf3a8da78bb02a9b11a2b2 (diff)
downloadfpGUI-d7927f9aa2356ac9acd5b304849655219c199d6f.tar.xz
* property change for fpgui_toolkit package.
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/gfxbase.pas8
-rw-r--r--src/corelib/x11/fpgui_toolkit.lpk4
2 files changed, 2 insertions, 10 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index a346b2e1..775f5cdb 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -512,10 +512,6 @@ type
FOwner: TfpgString;
FGroup: TfpgString;
FAttrString: TFileModeString;
- {FMode: longword; // unix
- FOwnerID: integer; // unix
- FGroupID: integer; // unix
- FAttributes: longword; // windows}
public
constructor Create;
property Name: string read FName write FName;
@@ -530,10 +526,6 @@ type
property Owner: TfpgString read FOwner write FOwner;
property Group: TfpgString read FGroup write FGroup;
property Attributes: TFileModeString read FAttrString write FAttrString;
- {property Attributes: longword read FAttributes write FAttributes;
- property Mode: longword read FMode write FMode; // only used by unix OS's
- property OwnerID: integer read FOwnerID write FOwnerID;
- property GroupID: integer read FGroupID write FGroupID;}
end;
diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk
index d73a2e95..ddbd27b9 100644
--- a/src/corelib/x11/fpgui_toolkit.lpk
+++ b/src/corelib/x11/fpgui_toolkit.lpk
@@ -2,9 +2,10 @@
<CONFIG>
<Package Version="3">
<Name Value="fpgui_toolkit"/>
+ <AddToProjectUsesSection Value="False"/>
<Author Value="Graeme Geldenhuys"/>
<CompilerOptions>
- <Version Value="5"/>
+ <Version Value="8"/>
<SearchPaths>
<OtherUnitFiles Value="../;../../gui/;../../gui/db/"/>
<UnitOutputDirectory Value="../../../lib"/>
@@ -18,7 +19,6 @@
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
- <Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CompilerPath Value="$(CompPath)"/>