mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:39:12 +02:00
fixed popupmenu for component palette
git-svn-id: trunk@2600 -
This commit is contained in:
parent
9c0495b000
commit
a38e185a19
@ -179,6 +179,7 @@ type
|
|||||||
property OnExit;
|
property OnExit;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
|
property PopupMenu;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -255,6 +256,7 @@ type
|
|||||||
property OnResize;
|
property OnResize;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
|
property PopupMenu;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
@ -299,6 +301,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.42 2003/05/03 09:53:33 mattias
|
||||||
|
fixed popupmenu for component palette
|
||||||
|
|
||||||
Revision 1.41 2003/04/13 13:45:04 mattias
|
Revision 1.41 2003/04/13 13:45:04 mattias
|
||||||
implemented broken dependencies dialog
|
implemented broken dependencies dialog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user