mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
EditButton: publish property Glyph. Patch by riderkick. Issue #0029633.
git-svn-id: trunk@51743 -
This commit is contained in:
parent
8e8380449e
commit
99e2b38305
@ -277,6 +277,7 @@ type
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Font;
|
||||
property Glyph;
|
||||
property Layout;
|
||||
property MaxLength;
|
||||
property ParentBidiMode;
|
||||
@ -374,7 +375,7 @@ type
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
property Flat;
|
||||
property FocusOnButtonClick;
|
||||
@ -468,7 +469,7 @@ type
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
property Flat;
|
||||
property FocusOnButtonClick;
|
||||
@ -785,7 +786,7 @@ type
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
property Flat;
|
||||
property FocusOnButtonClick;
|
||||
|
Loading…
Reference in New Issue
Block a user