summaryrefslogtreecommitdiff
path: root/gui/fpguilistbox.inc
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-06-05 11:46:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-06-05 11:46:44 +0000
commit47340659a723589f6381cadbc95fd88298412269 (patch)
tree9d25251d07f37b3ec38c1932c484caa4e0b0380e /gui/fpguilistbox.inc
parent5c84b5c66c967254400370c991170a61533a8014 (diff)
downloadfpGUI-47340659a723589f6381cadbc95fd88298412269.tar.xz
* Finally fixed the menu dropdown issue where you had to click twice to get the menu to drow down.
Diffstat (limited to 'gui/fpguilistbox.inc')
-rw-r--r--gui/fpguilistbox.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/gui/fpguilistbox.inc b/gui/fpguilistbox.inc
index 6858940a..cbba2067 100644
--- a/gui/fpguilistbox.inc
+++ b/gui/fpguilistbox.inc
@@ -1,3 +1,19 @@
+{
+ fpGUI - Free Pascal GUI Library
+
+ ListBox class declarations
+
+ Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
+
+ See the file COPYING.modifiedLGPL, included in this distribution,
+ for details about redistributing fpGUI.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+}
+
{%mainunit fpgui.pas}
{ Listbox widget implementation }