2003-02-12 02:00:12 +00:00
<Type Name= "ToolbarStyle" FullName= "Gtk.ToolbarStyle" >
2003-07-16 21:03:40 +00:00
<TypeSignature Language= "C#" Maintainer= "Hector Gomez M" Value= "public enum ToolbarStyle;" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 02:00:12 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 02:00:12 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-22 22:32:28 +00:00
<summary > An enumeration used by Toolbar</summary>
<remarks >
2003-02-23 07:26:30 +00:00
<para >
This enumeration is used by <see cref= "T:Gtk.Toolbar" /> to customize it's appearance. Note that setting the toolbar overrides the user's preferences for the default toolbar style.
2003-02-22 22:32:28 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</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= "Icons" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Icons" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.ToolbarStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-22 22:32:28 +00:00
<summary > Buttons display only icons in the toolbar.</summary>
<remarks >
2003-02-23 07:26:30 +00:00
<para >
2003-02-22 22:32:28 +00:00
Buttons display only icons in the toolbar.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Text" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Text" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.ToolbarStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-22 22:32:28 +00:00
<summary > Buttons display only text labels in the toolbar.</summary>
<remarks >
Buttons display only text labels in the toolbar.
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Both" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Both" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.ToolbarStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-22 22:32:28 +00:00
<summary > Buttons display text and icons in the toolbar.</summary>
<remarks >
2003-02-23 07:26:30 +00:00
<para >
2003-02-22 22:32:28 +00:00
Buttons display text and icons in the toolbar.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "BothHoriz" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "BothHoriz" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.ToolbarStyle</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-22 22:32:28 +00:00
<summary > Buttons display icons and text alongside each other, rather than vertically stacked.</summary>
<remarks >
2003-02-23 07:26:30 +00:00
<para >
2003-02-22 22:32:28 +00:00
Buttons display icons and text alongside each other, rather than vertically stacked.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
2004-06-24 16:16:19 +00:00
<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>
2003-02-12 02:00:12 +00:00
</Members>
2003-09-17 21:56:59 +00:00
</Type>