summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/listboxform.frm
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-04-10 08:42:35 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-04-10 08:42:35 +0000
commit47cf5118b97d7964e9a8d2cca5deffeddfa43475 (patch)
tree5547be97de5ad3a30b9aa41b5a9819c2582e0010 /examples/gui/widgettest/listboxform.frm
parent453397a4c94c62549b2cfa0aff24faf011fac246 (diff)
downloadfpGUI-47cf5118b97d7964e9a8d2cca5deffeddfa43475.tar.xz
* Fixed a TStyleAbs method name after the classname changes.
* Fixed a minor bug in the CalsSize method of TFixedLayout * Fixed the WidgetTest demo after the gui class names changed.
Diffstat (limited to 'examples/gui/widgettest/listboxform.frm')
-rw-r--r--examples/gui/widgettest/listboxform.frm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/widgettest/listboxform.frm b/examples/gui/widgettest/listboxform.frm
index 7d7c4f4c..2071b122 100644
--- a/examples/gui/widgettest/listboxform.frm
+++ b/examples/gui/widgettest/listboxform.frm
@@ -1,7 +1,7 @@
object ListBoxForm: TListBoxForm
BorderWidth = 8
Text = 'List box test'
- object ListBox: TListBox
+ object ListBox: TFListBox
Items.Strings = (
'procedure KeyPressed(var Event: TXKeyPressedEvent); message X.KeyPress;'
'procedure KeyReleased(var Event: TXKeyReleasedEvent); message X.KeyRelease;'