mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:49:25 +02:00
IDEIntf: comment
git-svn-id: trunk@52908 -
This commit is contained in:
parent
34fe817e97
commit
f225c167a9
@ -84,7 +84,7 @@ type
|
|||||||
public
|
public
|
||||||
property Bitmap: TBitmap read GetBitmap write SetBitmap;
|
property Bitmap: TBitmap read GetBitmap write SetBitmap;
|
||||||
property Section: TIDEMenuSection read FSection write SetSection;
|
property Section: TIDEMenuSection read FSection write SetSection;
|
||||||
property MenuItem: TMenuItem read FMenuItem write SetMenuItem;
|
property MenuItem: TMenuItem read FMenuItem write SetMenuItem; // Note: the root section MenuItem = TMenu.Items
|
||||||
property MenuItemClass: TMenuItemClass read FMenuItemClass write FMenuItemClass;
|
property MenuItemClass: TMenuItemClass read FMenuItemClass write FMenuItemClass;
|
||||||
property SectionIndex: Integer read FSectionIndex;
|
property SectionIndex: Integer read FSectionIndex;
|
||||||
property AutoFreeMenuItem: boolean read FAutoFreeMenuItem write FAutoFreeMenuItem;
|
property AutoFreeMenuItem: boolean read FAutoFreeMenuItem write FAutoFreeMenuItem;
|
||||||
@ -95,7 +95,7 @@ type
|
|||||||
TIDEMenuItemClass = class of TIDEMenuItem;
|
TIDEMenuItemClass = class of TIDEMenuItem;
|
||||||
|
|
||||||
{ TIDEMenuSection
|
{ TIDEMenuSection
|
||||||
An TIDEMenuItem with children, either in a sub menu or separated with
|
A TIDEMenuItem with children, either in a sub menu or separated with
|
||||||
separators.
|
separators.
|
||||||
If no children are visible, the section will not be visible.
|
If no children are visible, the section will not be visible.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user