mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 14:54:42 +01:00
lcl: missing changes for menus.pp
git-svn-id: trunk@61310 -
This commit is contained in:
parent
93d8287c3e
commit
b1accb6937
@ -212,8 +212,8 @@ type
|
|||||||
procedure SetShortCut(const AValue : TShortCut);
|
procedure SetShortCut(const AValue : TShortCut);
|
||||||
procedure SetShortCutKey2(const AValue : TShortCut);
|
procedure SetShortCutKey2(const AValue : TShortCut);
|
||||||
procedure SetVisible(AValue: Boolean);
|
procedure SetVisible(AValue: Boolean);
|
||||||
procedure UpdateImage;
|
procedure UpdateImage(forced: Boolean = false);
|
||||||
procedure UpdateImages;
|
procedure UpdateImages(forced: Boolean = false);
|
||||||
procedure UpdateWSIcon;
|
procedure UpdateWSIcon;
|
||||||
procedure ImageListChange(Sender: TObject);
|
procedure ImageListChange(Sender: TObject);
|
||||||
protected
|
protected
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user