added TListBox.PopupMenu

git-svn-id: trunk@4848 -
This commit is contained in:
mattias 2003-11-27 19:40:34 +00:00
parent 077a406f88
commit 2f74ed4559

View File

@ -411,6 +411,7 @@ type
property Items; property Items;
property ItemHeight; property ItemHeight;
property MultiSelect; property MultiSelect;
property OnChangeBounds;
property OnClick; property OnClick;
property OnDblClick; property OnDblClick;
property OnDrawItem; property OnDrawItem;
@ -424,6 +425,7 @@ type
property OnMouseUp; property OnMouseUp;
property OnResize; property OnResize;
property ParentShowHint; property ParentShowHint;
property PopupMenu;
property ShowHint; property ShowHint;
property Sorted; property Sorted;
property Style; property Style;
@ -1460,6 +1462,9 @@ end.
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.111 2003/11/27 19:40:34 mattias
added TListBox.PopupMenu
Revision 1.110 2003/11/08 14:12:48 mattias Revision 1.110 2003/11/08 14:12:48 mattias
fixed scrollbar events under gtk from Colin fixed scrollbar events under gtk from Colin