summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-05-15 12:07:21 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-05-15 12:07:21 +0200
commit45955c198430a1c52c17b222e62459dba8283725 (patch)
tree85fc92112ad92574a5b4e8686a279a6cfd7f05ef /src
parent3462bf3497331271af6a05de12a2f96c804d1289 (diff)
downloadfpGUI-45955c198430a1c52c17b222e62459dba8283725.tar.xz
Published some new events in TfpgForm.
They were available in TfpgWidget, so why not make them available in TfpgForm as well.
Diffstat (limited to 'src')
-rw-r--r--src/gui/fpg_form.pas9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/fpg_form.pas b/src/gui/fpg_form.pas
index 270ceec7..5e7d3988 100644
--- a/src/gui/fpg_form.pas
+++ b/src/gui/fpg_form.pas
@@ -115,12 +115,21 @@ type
property WindowPosition;
property WindowTitle;
property OnActivate;
+ property OnClick;
property OnClose;
property OnCloseQuery;
property OnCreate;
property OnDeactivate;
property OnDestroy;
+ property OnDoubleClick;
+ property OnEnter;
+ property OnExit;
property OnHide;
+ property OnMouseDown;
+ property OnMouseEnter;
+ property OnMouseExit;
+ property OnMouseMove;
+ property OnMouseUp;
property OnPaint;
property OnResize;
property OnShow;