mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 10:19:52 +01:00 
			
		
		
		
	Minor documentation improvements
git-svn-id: trunk@35237 -
This commit is contained in:
		
							parent
							
								
									4a2866676b
								
							
						
					
					
						commit
						5ac1708f92
					
				@ -635,6 +635,15 @@ bkYesToAll
 | 
				
			|||||||
        <descr/>
 | 
					        <descr/>
 | 
				
			||||||
        <seealso/>
 | 
					        <seealso/>
 | 
				
			||||||
      </element>
 | 
					      </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 -->
 | 
					      <!-- object Visibility: default -->
 | 
				
			||||||
      <element name="TBitBtn">
 | 
					      <element name="TBitBtn">
 | 
				
			||||||
        <short>A Button with a small image attached</short>
 | 
					        <short>A Button with a small image attached</short>
 | 
				
			||||||
@ -730,10 +739,8 @@ introduced. These functions interface with the LCLInterface. </p>
 | 
				
			|||||||
        <seealso/>
 | 
					        <seealso/>
 | 
				
			||||||
      </element>
 | 
					      </element>
 | 
				
			||||||
      <!-- property Visibility: published -->
 | 
					      <!-- property Visibility: published -->
 | 
				
			||||||
      <element name="TBitBtn.Glyph" link="#LCL.Buttons.TCustomBitBtn.Glyph">
 | 
					      <element name="TBitBtn.Glyph" link="#LCL.Buttons.TCustomBitBtn.Glyph" />
 | 
				
			||||||
        <descr/>
 | 
					      <element name="TBitBtn.GlyphShowMode" link="#LCL.Buttons.TCustomBitBtn.GlyphShowMode" />
 | 
				
			||||||
        <seealso/>
 | 
					 | 
				
			||||||
      </element>
 | 
					 | 
				
			||||||
      <!-- property Visibility: published -->
 | 
					      <!-- property Visibility: published -->
 | 
				
			||||||
      <element name="TBitBtn.Kind" link="#LCL.Buttons.TCustomBitBtn.Kind">
 | 
					      <element name="TBitBtn.Kind" link="#LCL.Buttons.TCustomBitBtn.Kind">
 | 
				
			||||||
        <descr/>
 | 
					        <descr/>
 | 
				
			||||||
 | 
				
			|||||||
@ -8193,10 +8193,11 @@
 | 
				
			|||||||
      </element>
 | 
					      </element>
 | 
				
			||||||
      <!-- property Visibility: public -->
 | 
					      <!-- property Visibility: public -->
 | 
				
			||||||
      <element name="TApplication.ShowMenuGlyphs">
 | 
					      <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>
 | 
				
			||||||
        </descr>
 | 
					        </descr>
 | 
				
			||||||
        <seealso>
 | 
					        <seealso>
 | 
				
			||||||
 | 
					          <link id="#LCL.Forms.Menus.TGlyphShowMode"/>
 | 
				
			||||||
        </seealso>
 | 
					        </seealso>
 | 
				
			||||||
      </element>
 | 
					      </element>
 | 
				
			||||||
      <!-- property Visibility: public -->
 | 
					      <!-- property Visibility: public -->
 | 
				
			||||||
 | 
				
			|||||||
@ -95,6 +95,8 @@
 | 
				
			|||||||
        <seealso/>
 | 
					        <seealso/>
 | 
				
			||||||
      </element>
 | 
					      </element>
 | 
				
			||||||
      <!-- object Visibility: default -->
 | 
					      <!-- object Visibility: default -->
 | 
				
			||||||
 | 
					      <element name="TMenuItem"/>
 | 
				
			||||||
 | 
					      <!-- object Visibility: default -->
 | 
				
			||||||
      <element name="EMenuError">
 | 
					      <element name="EMenuError">
 | 
				
			||||||
        <short>
 | 
					        <short>
 | 
				
			||||||
          <var>EMenuError </var>
 | 
					          <var>EMenuError </var>
 | 
				
			||||||
@ -103,8 +105,32 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Exception handler for error in Menu access</short>
 | 
					- Exception handler for error in Menu access</short>
 | 
				
			||||||
      </element>
 | 
					      </element>
 | 
				
			||||||
      <!-- object Visibility: default -->
 | 
					      <!-- enumeration type Visibility: default -->
 | 
				
			||||||
      <element name="TMenuItem"/>
 | 
					      <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 -->
 | 
					      <!-- procedure type Visibility: default -->
 | 
				
			||||||
      <element name="TMenuChangeEvent">
 | 
					      <element name="TMenuChangeEvent">
 | 
				
			||||||
        <short>
 | 
					        <short>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user