mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-10-27 22:07:46 +00:00 
			
		
		
		
	* en/*/*.xml : add back the enumtype Value__ fields with "Do not use" docs. Monodoc doesn't show these nodes as fields, but needs them for non-int enums. svn path=/trunk/gtk-sharp/; revision=30320
		
			
				
	
	
		
			94 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			94 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Type Name="ProgressBarOrientation" FullName="Gtk.ProgressBarOrientation">
 | |
|   <TypeSignature Language="C#" Maintainer="John Luke" Value="public enum ProgressBarOrientation;" />
 | |
|   <AssemblyInfo>
 | |
|     <AssemblyName>gtk-sharp</AssemblyName>
 | |
|     <AssemblyPublicKey>
 | |
|     </AssemblyPublicKey>
 | |
|     <AssemblyVersion>0.0.0.0</AssemblyVersion>
 | |
|     <AssemblyCulture>neutral</AssemblyCulture>
 | |
|     <Attributes />
 | |
|   </AssemblyInfo>
 | |
|   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
 | |
|   <Docs>
 | |
|     <summary>An enumeration representing possible orientations and growth directions for the visible <see cref="T:Gtk.ProgressBar" />.</summary>
 | |
|     <remarks>An enumeration representing possible orientations and growth directions for the visible <see cref="T:Gtk.ProgressBar" />.</remarks>
 | |
|   </Docs>
 | |
|   <Base>
 | |
|     <BaseTypeName>System.Enum</BaseTypeName>
 | |
|   </Base>
 | |
|   <Interfaces>
 | |
|     <Interface>
 | |
|       <InterfaceName>System.IComparable</InterfaceName>
 | |
|     </Interface>
 | |
|     <Interface>
 | |
|       <InterfaceName>System.IConvertible</InterfaceName>
 | |
|     </Interface>
 | |
|     <Interface>
 | |
|       <InterfaceName>System.IFormattable</InterfaceName>
 | |
|     </Interface>
 | |
|   </Interfaces>
 | |
|   <Attributes />
 | |
|   <Members>
 | |
|     <Member MemberName="LeftToRight">
 | |
|       <MemberSignature Language="C#" Value="LeftToRight" />
 | |
|       <MemberType>Field</MemberType>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>Gtk.ProgressBarOrientation</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <summary>A horizontal <see cref="T:Gtk.ProgressBar" /> growing from left to right.</summary>
 | |
|         <remarks>A horizontal <see cref="T:Gtk.ProgressBar" /> growing from left to right.</remarks>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="RightToLeft">
 | |
|       <MemberSignature Language="C#" Value="RightToLeft" />
 | |
|       <MemberType>Field</MemberType>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>Gtk.ProgressBarOrientation</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <summary>A horizontal <see cref="T:Gtk.ProgressBar" /> growing from right to left.</summary>
 | |
|         <remarks>A horizontal <see cref="T:Gtk.ProgressBar" /> growing from right to left.</remarks>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="BottomToTop">
 | |
|       <MemberSignature Language="C#" Value="BottomToTop" />
 | |
|       <MemberType>Field</MemberType>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>Gtk.ProgressBarOrientation</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <summary>A vertical <see cref="T:Gtk.ProgressBar" /> growing from bottom to top.</summary>
 | |
|         <remarks>A vertical <see cref="T:Gtk.ProgressBar" /> growing from bottom to top.</remarks>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="TopToBottom">
 | |
|       <MemberSignature Language="C#" Value="TopToBottom" />
 | |
|       <MemberType>Field</MemberType>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>Gtk.ProgressBarOrientation</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <summary>A vertical <see cref="T:Gtk.ProgressBar" /> growing from top to bottom.</summary>
 | |
|         <remarks>A vertical <see cref="T:Gtk.ProgressBar" /> growing from top to bottom.</remarks>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="value__">
 | |
|       <MemberSignature Language="C#" Value="value__" />
 | |
|       <MemberType>Field</MemberType>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Int32</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Parameters>
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <summary>Internal field.</summary>
 | |
|         <remarks>Do not use.</remarks>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|   </Members>
 | |
| </Type> |