summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-08 15:01:34 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-08 15:01:34 +0000
commit26cb129aeae6c69b9d5ca670c0ecee67429f0861 (patch)
tree3cc1542516fd4b49f9300d99c86630504a11ff3a /src
parente6d2ec50bb37d5b92703e1852b814c90dd4d3204 (diff)
downloadfpGUI-26cb129aeae6c69b9d5ca670c0ecee67429f0861.tar.xz
* GUI Designer: Minor changes and removed Boolean property editors for now. Will reinstate them later.
* GUI Designer: Added a sample project to show how you would add a Main Menu using the Designer and the Unknown component on the component palette.
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui_form.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_form.pas b/src/gui/gui_form.pas
index 7acab61c..2e5be8ab 100644
--- a/src/gui/gui_form.pas
+++ b/src/gui/gui_form.pas
@@ -52,10 +52,10 @@ type
function ShowModal: integer;
procedure Close;
property Sizeable: boolean read FSizeable write FSizeable;
- property WindowPosition: TWindowPosition read FWindowPosition write FWindowPosition;
property ModalResult: integer read FModalResult write FModalResult;
published
{$Note Refactor this to a TfpgCustomForm and only surface it here }
+ property WindowPosition: TWindowPosition read FWindowPosition write FWindowPosition;
property WindowTitle: string read FWindowTitle write SetWindowTitle;
property OnActivate: TNotifyEvent read FOnActivate write FOnActivate;
property OnClose: TNotifyEvent read FOnClose write FOnClose;