summaryrefslogtreecommitdiff
path: root/src/gui/gui_editcombo.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-25 14:58:28 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-08-25 14:58:28 +0000
commita88f8e00c7094d32411871d3993654f326563e3b (patch)
treea030e9a89fac72e6d01fc72a2b180a064c75b93c /src/gui/gui_editcombo.pas
parent6106c289874b0205aaebbf37a78ccc23fb7ff5c4 (diff)
downloadfpGUI-a88f8e00c7094d32411871d3993654f326563e3b.tar.xz
* published OnEnter and OnExit it TfpgComboBox
* published OnEnter and OnExit it TfpgEditComboBox * published OnEnter and OnExit it TfpgTrackBar * Changed GUIFieldName in TMediatorComboBoxView to 'Text' to fix bug in mediator observing text property. * Changed GUIFieldName in TMediatorItemComboBoxView to 'FocusItem' * Added a public visible RegisterFallBackMediators procedure which can be called by the developer as a fallback for generic mediator handling. * Implemented the missing SetupGUIandObject in TMediatorComboBoxView which now makes it work. * tiOPF mediator demo: removed debug output * tiOPF mediator demo: cleaned up the Model_View unit. This removed a huge amount of code. Awesome! * tiOPF mediator demo: cleaned up the frmMain unit. This removed plenty of code. I also fixed up the package requirements or the project.
Diffstat (limited to 'src/gui/gui_editcombo.pas')
-rw-r--r--src/gui/gui_editcombo.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_editcombo.pas b/src/gui/gui_editcombo.pas
index 03f98991..39c7dc6a 100644
--- a/src/gui/gui_editcombo.pas
+++ b/src/gui/gui_editcombo.pas
@@ -125,6 +125,8 @@ type
property OnChange;
property OnCloseUp;
property OnDropDown;
+ property OnEnter;
+ property OnExit;
property OnKeyPress;
end;