<Type Name="ToolbarStyle" FullName="Gtk.ToolbarStyle">
  <TypeSignature Language="C#" Value="public sealed struct ToolbarStyle;" Maintainer="Hector Gomez M" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
    <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 used by Toolbar</summary>
    <remarks>
      <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.
     </para>
    </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="Icons">
      <MemberSignature Language="C#" Value="public static Gtk.ToolbarStyle Icons;" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.ToolbarStyle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Buttons display only icons in the toolbar.</summary>
        <remarks>
          <para>
          Buttons display only icons in the toolbar.
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Text">
      <MemberSignature Language="C#" Value="public static Gtk.ToolbarStyle Text;" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.ToolbarStyle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Buttons display only text labels in the toolbar.</summary>
        <remarks>
         Buttons display only text labels in the toolbar.
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Both">
      <MemberSignature Language="C#" Value="public static Gtk.ToolbarStyle Both;" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.ToolbarStyle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Buttons display text and icons in the toolbar.</summary>
        <remarks>
          <para>
          Buttons display text and icons in the toolbar.
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="BothHoriz">
      <MemberSignature Language="C#" Value="public static Gtk.ToolbarStyle BothHoriz;" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.ToolbarStyle</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Buttons display icons and text alongside each other, rather than vertically stacked.</summary>
        <remarks>
          <para>
          Buttons display icons and text alongside each other, rather than vertically stacked.
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="value__">
      <MemberSignature Language="C#" Value="public int value__;" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>To be added</summary>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
  </Members>
</Type>