mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
Minor documentation improvements
git-svn-id: trunk@35237 -
This commit is contained in:
parent
4a2866676b
commit
5ac1708f92
@ -635,6 +635,15 @@ bkYesToAll
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomBitBtn.GlyphShowMode">
|
||||
<short>Indicates the policy for showing or hiding the glyph image of this button</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.Menus.TGlyphShowMode"/>
|
||||
<link id="#LCL.Forms.TApplication.ShowMenuGlyphs"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TBitBtn">
|
||||
<short>A Button with a small image attached</short>
|
||||
@ -730,10 +739,8 @@ introduced. These functions interface with the LCLInterface. </p>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TBitBtn.Glyph" link="#LCL.Buttons.TCustomBitBtn.Glyph">
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TBitBtn.Glyph" link="#LCL.Buttons.TCustomBitBtn.Glyph" />
|
||||
<element name="TBitBtn.GlyphShowMode" link="#LCL.Buttons.TCustomBitBtn.GlyphShowMode" />
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TBitBtn.Kind" link="#LCL.Buttons.TCustomBitBtn.Kind">
|
||||
<descr/>
|
||||
|
@ -8193,10 +8193,11 @@
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TApplication.ShowMenuGlyphs">
|
||||
<short>Allows to show glyphs in menus</short>
|
||||
<short>Sets the default policy for showing or hiding glyph images in menus</short>
|
||||
<descr>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.Menus.TGlyphShowMode"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
|
@ -95,6 +95,8 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TMenuItem"/>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="EMenuError">
|
||||
<short>
|
||||
<var>EMenuError </var>
|
||||
@ -103,8 +105,32 @@
|
||||
|
||||
- Exception handler for error in Menu access</short>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TMenuItem"/>
|
||||
<!-- enumeration type Visibility: default -->
|
||||
<element name="TGlyphShowMode">
|
||||
<short>
|
||||
<var>TGlyphShowMode</var> indicates if the glyph image of a menu or button should shown or not and in which circunstances</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.TApplication.ShowMenuGlyphs"/>
|
||||
<link id="#LCL.Buttons.TCustomBitBtn.GlyphShowMode"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- enumeration value Visibility: default -->
|
||||
<element name="TGlyphShowMode.gsmAlways">
|
||||
<short>Always show the glyph image</short>
|
||||
</element>
|
||||
<!-- enumeration value Visibility: default -->
|
||||
<element name="TGlyphShowMode.gsmNever">
|
||||
<short>Never show the glyph image</short>
|
||||
</element>
|
||||
<!-- enumeration value Visibility: default -->
|
||||
<element name="TGlyphShowMode.gsmApplication">
|
||||
<short>This setting will be read from the global Application variable, from the field Application.ShowMenuGlyphs</short>
|
||||
</element>
|
||||
<!-- enumeration value Visibility: default -->
|
||||
<element name="TGlyphShowMode.gsmSystem">
|
||||
<short>Will show or not depending on the the system</short>
|
||||
</element>
|
||||
<!-- procedure type Visibility: default -->
|
||||
<element name="TMenuChangeEvent">
|
||||
<short>
|
||||
|
Loading…
Reference in New Issue
Block a user