Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 404d46ca9bb341d7a0e7e04bc69da9df > files > 833

ghc-gtk-devel-0.12.0-4.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Graphics.UI.Gtk.Misc.SizeGroup</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-UI-Gtk-Misc-SizeGroup.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">gtk-0.12.0: Binding to the Gtk+ graphical user interface library.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable (depends on GHC)</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Maintainer</th><td>gtk2hs-users@lists.sourceforge.net</td></tr></table><p class="caption">Graphics.UI.Gtk.Misc.SizeGroup</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Detail
</a></li><li><a href="#g:2">Class Hierarchy
</a></li><li><a href="#g:3">Types
</a></li><li><a href="#g:4">Constructors
</a></li><li><a href="#g:5">Methods
</a></li><li><a href="#g:6">Attributes
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Grouping widgets so they request the same size
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:SizeGroup">SizeGroup</a> </li><li class="src short"><span class="keyword">class</span> <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a href="#t:SizeGroupClass">SizeGroupClass</a> o </li><li class="src short"><a href="#v:castToSizeGroup">castToSizeGroup</a> :: <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> obj =&gt; obj -&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></li><li class="src short"><a href="#v:gTypeSizeGroup">gTypeSizeGroup</a> :: <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:GType">GType</a></li><li class="src short"><a href="#v:toSizeGroup">toSizeGroup</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> o =&gt; o -&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></li><li class="src short"><a href="#v:sizeGroupNew">sizeGroupNew</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></li><li class="src short"><span class="keyword">data</span>  <a href="#t:SizeGroupMode">SizeGroupMode</a> <ul class="subs"><li>= <a href="#v:SizeGroupNone">SizeGroupNone</a>  </li><li>| <a href="#v:SizeGroupHorizontal">SizeGroupHorizontal</a>  </li><li>| <a href="#v:SizeGroupVertical">SizeGroupVertical</a>  </li><li>| <a href="#v:SizeGroupBoth">SizeGroupBoth</a>  </li></ul></li><li class="src short"><a href="#v:sizeGroupSetMode">sizeGroupSetMode</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; self -&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:sizeGroupGetMode">sizeGroupGetMode</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></li><li class="src short"><a href="#v:sizeGroupAddWidget">sizeGroupAddWidget</a> :: (<a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self, <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:WidgetClass">WidgetClass</a> widget) =&gt; self -&gt; widget -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:sizeGroupRemoveWidget">sizeGroupRemoveWidget</a> :: (<a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self, <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:WidgetClass">WidgetClass</a> widget) =&gt; self -&gt; widget -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:sizeGroupSetIgnoreHidden">sizeGroupSetIgnoreHidden</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:sizeGroupGetIgnoreHidden">sizeGroupGetIgnoreHidden</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:sizeGroupMode">sizeGroupMode</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></li><li class="src short"><a href="#v:sizeGroupIgnoreHidden">sizeGroupIgnoreHidden</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li></ul></div><div id="interface"><h1 id="g:1">Detail
</h1><div class="doc"><p><code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code> provides a mechanism for grouping a number of widgets
 together so they all request the same amount of space. This is typically
 useful when you want a column of widgets to have the same size, but you
 can't use a <code><a href="Graphics-UI-Gtk-Layout-Table.html#t:Table">Table</a></code> widget.
</p><p>In detail, the size requested for each widget in a <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code> is the
 maximum of the sizes that would have been requested for each widget in the
 size group if they were not in the size group. The mode of the size group
 (see <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:sizeGroupSetMode">sizeGroupSetMode</a></code>) determines whether this applies to the horizontal
 size, the vertical size, or both sizes.
</p><p>Note that size groups only affect the amount of space requested, not the
 size that the widgets finally receive. If you want the widgets in a
 <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code> to actually be the same size, you need to pack them in such a
 way that they get the size they request and not more. For example, if you
 are packing your widgets into a table, you would not include the
 <code>Graphics.UI.Gtk.Layout.Table.Fill</code> flag.
</p><p>Widgets can be part of multiple size groups; Gtk+ will compute the
 horizontal size of a widget from the horizontal requisition of all widgets
 that can be reached from the widget by a chain of size groups of type
 <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupHorizontal">SizeGroupHorizontal</a></code> or <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupBoth">SizeGroupBoth</a></code>, and the vertical size from the
 vertical requisition of all widgets that can be reached from the widget by a
 chain of size groups of type <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupVertical">SizeGroupVertical</a></code> or <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupBoth">SizeGroupBoth</a></code>.
</p></div><h1 id="g:2">Class Hierarchy
</h1><div class="doc"><pre>
 | <code><a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObject">GObject</a></code>
 | +----SizeGroup
</pre></div><h1 id="g:3">Types
</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:SizeGroup" class="def">SizeGroup</a>  <a href="src/Graphics-UI-Gtk-Types.html#SizeGroup" class="link">Source</a></p><div class="subs instances"><p id="control.i:SizeGroup" class="caption collapser" onclick="toggleSection('i:SizeGroup')">Instances</p><div id="section.i:SizeGroup" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a name="t:SizeGroupClass" class="def">SizeGroupClass</a> o <a href="src/Graphics-UI-Gtk-Types.html#SizeGroupClass" class="link">Source</a></p><div class="subs instances"><p id="control.i:SizeGroupClass" class="caption collapser" onclick="toggleSection('i:SizeGroupClass')">Instances</p><div id="section.i:SizeGroupClass" class="show"><table><tr><td class="src"><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:castToSizeGroup" class="def">castToSizeGroup</a> :: <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> obj =&gt; obj -&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a><a href="src/Graphics-UI-Gtk-Types.html#castToSizeGroup" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:gTypeSizeGroup" class="def">gTypeSizeGroup</a> :: <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:GType">GType</a><a href="src/Graphics-UI-Gtk-Types.html#gTypeSizeGroup" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:toSizeGroup" class="def">toSizeGroup</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> o =&gt; o -&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a><a href="src/Graphics-UI-Gtk-Types.html#toSizeGroup" class="link">Source</a></p></div><h1 id="g:4">Constructors
</h1><div class="top"><p class="src"><a name="v:sizeGroupNew" class="def">sizeGroupNew</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupNew" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></td><td class="doc"><p><code>mode</code> - the mode for the new size group.
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Create a new <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code>.
</p></div></div><h1 id="g:5">Methods
</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:SizeGroupMode" class="def">SizeGroupMode</a>  <a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#SizeGroupMode" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:SizeGroupNone" class="def">SizeGroupNone</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:SizeGroupHorizontal" class="def">SizeGroupHorizontal</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:SizeGroupVertical" class="def">SizeGroupVertical</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:SizeGroupBoth" class="def">SizeGroupBoth</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:SizeGroupMode" class="caption collapser" onclick="toggleSection('i:SizeGroupMode')">Instances</p><div id="section.i:SizeGroupMode" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html#t:Enum">Enum</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:sizeGroupSetMode" class="def">sizeGroupSetMode</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupSetMode" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></td><td class="doc"><p><code>mode</code> - the mode to set for the size group.
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Sets the <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></code> of the size group. The mode of the size group
 determines whether the widgets in the size group should all have the same
 horizontal requisition <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupHorizontal">SizeGroupHorizontal</a></code> all have the same vertical
 requisition <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupVertical">SizeGroupVertical</a></code>, or should all have the same requisition
 in both directions <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupBoth">SizeGroupBoth</a></code>.
</p></div></div><div class="top"><p class="src"><a name="v:sizeGroupGetMode" class="def">sizeGroupGetMode</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupGetMode" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a></td><td class="doc"><p>returns the current mode of the size group.
</p></td></tr></table></div><div class="doc"><p>Gets the current mode of the size group. See <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:sizeGroupSetMode">sizeGroupSetMode</a></code>.
</p></div></div><div class="top"><p class="src"><a name="v:sizeGroupAddWidget" class="def">sizeGroupAddWidget</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupAddWidget" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: (<a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self, <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:WidgetClass">WidgetClass</a> widget)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; widget</td><td class="doc"><p><code>widget</code> - the <code><a href="Graphics-UI-Gtk-Abstract-Widget.html#t:Widget">Widget</a></code> to add
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Adds a widget to a <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code>. In the future, the requisition of the
 widget will be determined as the maximum of its requisition and the
 requisition of the other widgets in the size group. Whether this applies
 horizontally, vertically, or in both directions depends on the mode of the
 size group. See <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:sizeGroupSetMode">sizeGroupSetMode</a></code>.
</p></div></div><div class="top"><p class="src"><a name="v:sizeGroupRemoveWidget" class="def">sizeGroupRemoveWidget</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupRemoveWidget" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: (<a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self, <a href="Graphics-UI-Gtk-Abstract-Widget.html#t:WidgetClass">WidgetClass</a> widget)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; widget</td><td class="doc"><p><code>widget</code> - the <code><a href="Graphics-UI-Gtk-Abstract-Widget.html#t:Widget">Widget</a></code> to remove
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Removes a widget from a <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroup">SizeGroup</a></code>.
</p></div></div><div class="top"><p class="src"><a name="v:sizeGroupSetIgnoreHidden" class="def">sizeGroupSetIgnoreHidden</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupSetIgnoreHidden" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p><code>ignoreHidden</code> - whether hidden widgets should be ignored when
 calculating the size
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Sets whether invisible widgets should be ignored when calculating the
 size.
</p><ul><li> Available since Gtk+ version 2.8
</li></ul></div></div><div class="top"><p class="src"><a name="v:sizeGroupGetIgnoreHidden" class="def">sizeGroupGetIgnoreHidden</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupGetIgnoreHidden" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code>True</code> if invisible widgets are ignored.
</p></td></tr></table></div><div class="doc"><p>Returns if invisible widgets are ignored when calculating the size.
</p><ul><li> Available since Gtk+ version 2.8
</li></ul></div></div><h1 id="g:6">Attributes
</h1><div class="top"><p class="src"><a name="v:sizeGroupMode" class="def">sizeGroupMode</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupMode">SizeGroupMode</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupMode" class="link">Source</a></p><div class="doc"><p>The directions in which the size group affects the requested sizes of its
 component widgets.
</p><p>Default value: <code><a href="Graphics-UI-Gtk-Misc-SizeGroup.html#v:SizeGroupHorizontal">SizeGroupHorizontal</a></code>
</p></div></div><div class="top"><p class="src"><a name="v:sizeGroupIgnoreHidden" class="def">sizeGroupIgnoreHidden</a> :: <a href="Graphics-UI-Gtk-Misc-SizeGroup.html#t:SizeGroupClass">SizeGroupClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Misc-SizeGroup.html#sizeGroupIgnoreHidden" class="link">Source</a></p><div class="doc"><p>If <code>True</code>, hidden widgets are ignored when determining the size of the
 group.
</p><p>Default value: <code>False</code>
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.9.2</p></div></body></html>