summaryrefslogtreecommitdiff
path: root/src/gui/fpg_form.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fpg_form.pas')
-rw-r--r--src/gui/fpg_form.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/fpg_form.pas b/src/gui/fpg_form.pas
index 0e1dc3c5..1e14d1f8 100644
--- a/src/gui/fpg_form.pas
+++ b/src/gui/fpg_form.pas
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Toolkit
- Copyright (C) 2006 - 2010 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2011 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -127,6 +127,7 @@ type
property Top;
property Width;
property WindowPosition;
+ property WindowState;
property WindowTitle;
property OnActivate;
property OnClick;
@@ -160,8 +161,7 @@ implementation
uses
fpg_main,
fpg_popupwindow,
- fpg_menu
- ;
+ fpg_menu;
type
// to access protected methods