summaryrefslogtreecommitdiff
path: root/src/gui/fpg_form.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-06-17 15:14:39 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-06-17 15:14:39 +0200
commit351d6215a21b53c4c082523d2406814916e0fd6a (patch)
treec23f53edcdeefe1103a39fc3d969260cc7909bab /src/gui/fpg_form.pas
parentaffe533736abbfbe181ed4da579d143a08905836 (diff)
downloadfpGUI-351d6215a21b53c4c082523d2406814916e0fd6a.tar.xz
Introduced a new property TfpgWindowBase.WindowState
This is an initial implementation for Linux only. Currently this property is read-only, but that alone is already very useful. Next I'll implement the Windows support, and later the read-write support.
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