~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkButtonBox.html

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="AbstractObjects.html" title="Abstract Base Classes">
9
9
<link rel="prev" href="GtkBox.html" title="GtkBox">
10
10
<link rel="next" href="GtkContainer.html" title="GtkContainer">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
55
55
#define             <a class="link" href="GtkButtonBox.html#gtk-button-box-get-spacing" title="gtk_button_box_get_spacing()">gtk_button_box_get_spacing</a>          (b)
56
56
<a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="returnvalue">GtkButtonBoxStyle</span></a>   <a class="link" href="GtkButtonBox.html#gtk-button-box-get-layout" title="gtk_button_box_get_layout ()">gtk_button_box_get_layout</a>           (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>);
57
57
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-size" title="gtk_button_box_get_child_size ()">gtk_button_box_get_child_size</a>       (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
58
 
                                                         <em class="parameter"><code><span class="type">gint</span> *min_width</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">gint</span> *min_height</code></em>);
 
58
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_width</code></em>,
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_height</code></em>);
60
60
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-ipadding" title="gtk_button_box_get_child_ipadding ()">gtk_button_box_get_child_ipadding</a>   (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">gint</span> *ipad_x</code></em>,
62
 
                                                         <em class="parameter"><code><span class="type">gint</span> *ipad_y</code></em>);
63
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-secondary" title="gtk_button_box_get_child_secondary ()">gtk_button_box_get_child_secondary</a>  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
 
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_x</code></em>,
 
62
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_y</code></em>);
 
63
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkButtonBox.html#gtk-button-box-get-child-secondary" title="gtk_button_box_get_child_secondary ()">gtk_button_box_get_child_secondary</a>  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
64
64
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);
65
65
#define             <a class="link" href="GtkButtonBox.html#gtk-button-box-set-spacing" title="gtk_button_box_set_spacing()">gtk_button_box_set_spacing</a>          (b,
66
66
                                                         s)
67
67
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-set-layout" title="gtk_button_box_set_layout ()">gtk_button_box_set_layout</a>           (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
68
68
                                                         <em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> layout_style</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-size" title="gtk_button_box_set_child_size ()">gtk_button_box_set_child_size</a>       (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
70
 
                                                         <em class="parameter"><code><span class="type">gint</span> min_width</code></em>,
71
 
                                                         <em class="parameter"><code><span class="type">gint</span> min_height</code></em>);
 
70
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>,
 
71
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_height</code></em>);
72
72
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-ipadding" title="gtk_button_box_set_child_ipadding ()">gtk_button_box_set_child_ipadding</a>   (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
73
 
                                                         <em class="parameter"><code><span class="type">gint</span> ipad_x</code></em>,
74
 
                                                         <em class="parameter"><code><span class="type">gint</span> ipad_y</code></em>);
 
73
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_x</code></em>,
 
74
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_y</code></em>);
75
75
<span class="returnvalue">void</span>                <a class="link" href="GtkButtonBox.html#gtk-button-box-set-child-secondary" title="gtk_button_box_set_child_secondary ()">gtk_button_box_set_child_secondary</a>  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
76
76
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
77
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_secondary</code></em>);
 
77
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_secondary</code></em>);
78
78
</pre>
79
79
</div>
80
80
<div class="refsect1">
81
81
<a name="GtkButtonBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
82
82
<pre class="synopsis">
83
 
  GObject
84
 
   +----GInitiallyUnowned
 
83
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
84
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
85
85
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
86
86
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
87
87
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
106
106
<div class="refsect1">
107
107
<a name="GtkButtonBox.child-properties"></a><h2>Child Properties</h2>
108
108
<pre class="synopsis">
109
 
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--c-secondary" title='The "secondary" child property'>secondary</a>"                <span class="type">gboolean</span>              : Read / Write
 
109
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--c-secondary" title='The "secondary" child property'>secondary</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
110
110
</pre>
111
111
</div>
112
112
<div class="refsect1">
113
113
<a name="GtkButtonBox.style-properties"></a><h2>Style Properties</h2>
114
114
<pre class="synopsis">
115
 
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-x" title='The "child-internal-pad-x" style property'>child-internal-pad-x</a>"     <span class="type">gint</span>                  : Read
116
 
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-y" title='The "child-internal-pad-y" style property'>child-internal-pad-y</a>"     <span class="type">gint</span>                  : Read
117
 
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-height" title='The "child-min-height" style property'>child-min-height</a>"         <span class="type">gint</span>                  : Read
118
 
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-width" title='The "child-min-width" style property'>child-min-width</a>"          <span class="type">gint</span>                  : Read
 
115
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-x" title='The "child-internal-pad-x" style property'>child-internal-pad-x</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
116
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-internal-pad-y" title='The "child-internal-pad-y" style property'>child-internal-pad-y</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
117
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-height" title='The "child-min-height" style property'>child-min-height</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
 
118
  "<a class="link" href="GtkButtonBox.html#GtkButtonBox--s-child-min-width" title='The "child-min-width" style property'>child-min-width</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read
119
119
</pre>
120
120
</div>
121
121
<div class="refsect1">
144
144
<p>
145
145
The main purpose of GtkButtonBox is to make sure the children have all the same size.
146
146
Therefore it ignores the homogeneous property which it inherited from GtkBox, and always
147
 
behaves as if homogeneous was <code class="literal">TRUE</code>.
 
147
behaves as if homogeneous was <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
148
148
</p>
149
149
</div>
150
150
<div class="refsect1">
218
218
<div class="refsect2">
219
219
<a name="gtk-button-box-get-child-size"></a><h3>gtk_button_box_get_child_size ()</h3>
220
220
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_box_get_child_size       (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
221
 
                                                         <em class="parameter"><code><span class="type">gint</span> *min_width</code></em>,
222
 
                                                         <em class="parameter"><code><span class="type">gint</span> *min_height</code></em>);</pre>
 
221
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_width</code></em>,
 
222
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *min_height</code></em>);</pre>
223
223
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
224
224
<h3 class="title">Warning</h3>
225
225
<p><code class="literal">gtk_button_box_get_child_size</code> is deprecated and should not be used in newly-written code. Use the style properties
251
251
<div class="refsect2">
252
252
<a name="gtk-button-box-get-child-ipadding"></a><h3>gtk_button_box_get_child_ipadding ()</h3>
253
253
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_box_get_child_ipadding   (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
254
 
                                                         <em class="parameter"><code><span class="type">gint</span> *ipad_x</code></em>,
255
 
                                                         <em class="parameter"><code><span class="type">gint</span> *ipad_y</code></em>);</pre>
 
254
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_x</code></em>,
 
255
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ipad_y</code></em>);</pre>
256
256
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
257
257
<h3 class="title">Warning</h3>
258
258
<p><code class="literal">gtk_button_box_get_child_ipadding</code> is deprecated and should not be used in newly-written code. Use the style properties
285
285
<hr>
286
286
<div class="refsect2">
287
287
<a name="gtk-button-box-get-child-secondary"></a><h3>gtk_button_box_get_child_secondary ()</h3>
288
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_button_box_get_child_secondary  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
 
288
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_button_box_get_child_secondary  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
289
289
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
290
290
<p>
291
291
Returns whether <em class="parameter"><code>child</code></em> should appear in a secondary group of children.
364
364
<div class="refsect2">
365
365
<a name="gtk-button-box-set-child-size"></a><h3>gtk_button_box_set_child_size ()</h3>
366
366
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_box_set_child_size       (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
367
 
                                                         <em class="parameter"><code><span class="type">gint</span> min_width</code></em>,
368
 
                                                         <em class="parameter"><code><span class="type">gint</span> min_height</code></em>);</pre>
 
367
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_width</code></em>,
 
368
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> min_height</code></em>);</pre>
369
369
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
370
370
<h3 class="title">Warning</h3>
371
371
<p><code class="literal">gtk_button_box_set_child_size</code> is deprecated and should not be used in newly-written code. This is not supported anymore and can only be set through the theme
403
403
<div class="refsect2">
404
404
<a name="gtk-button-box-set-child-ipadding"></a><h3>gtk_button_box_set_child_ipadding ()</h3>
405
405
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_box_set_child_ipadding   (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
406
 
                                                         <em class="parameter"><code><span class="type">gint</span> ipad_x</code></em>,
407
 
                                                         <em class="parameter"><code><span class="type">gint</span> ipad_y</code></em>);</pre>
 
406
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_x</code></em>,
 
407
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ipad_y</code></em>);</pre>
408
408
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
409
409
<h3 class="title">Warning</h3>
410
410
<p><code class="literal">gtk_button_box_set_child_ipadding</code> is deprecated and should not be used in newly-written code. Use the style properties
437
437
<a name="gtk-button-box-set-child-secondary"></a><h3>gtk_button_box_set_child_secondary ()</h3>
438
438
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_button_box_set_child_secondary  (<em class="parameter"><code><a class="link" href="GtkButtonBox.html" title="GtkButtonBox"><span class="type">GtkButtonBox</span></a> *widget</code></em>,
439
439
                                                         <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
440
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_secondary</code></em>);</pre>
 
440
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_secondary</code></em>);</pre>
441
441
<p>
442
442
Sets whether <em class="parameter"><code>child</code></em> should appear in a secondary group of children.
443
443
A typical use of a secondary child is the help button in a dialog.
468
468
</tr>
469
469
<tr>
470
470
<td><p><span class="term"><em class="parameter"><code>is_secondary</code></em> :</span></p></td>
471
 
<td>if <code class="literal">TRUE</code>, the <em class="parameter"><code>child</code></em> appears in a secondary group of the
 
471
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the <em class="parameter"><code>child</code></em> appears in a secondary group of the
472
472
button box.</td>
473
473
</tr>
474
474
</tbody>
488
488
<a name="GtkButtonBox.child-property-details"></a><h2>Child Property Details</h2>
489
489
<div class="refsect2">
490
490
<a name="GtkButtonBox--c-secondary"></a><h3>The <code class="literal">"secondary"</code> child property</h3>
491
 
<pre class="programlisting">  "secondary"                <span class="type">gboolean</span>              : Read / Write</pre>
 
491
<pre class="programlisting">  "secondary"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
492
492
<p>If TRUE, the child appears in a secondary group of children, suitable for, e.g., help buttons.</p>
493
493
<p>Default value: FALSE</p>
494
494
</div>
497
497
<a name="GtkButtonBox.style-property-details"></a><h2>Style Property Details</h2>
498
498
<div class="refsect2">
499
499
<a name="GtkButtonBox--s-child-internal-pad-x"></a><h3>The <code class="literal">"child-internal-pad-x"</code> style property</h3>
500
 
<pre class="programlisting">  "child-internal-pad-x"     <span class="type">gint</span>                  : Read</pre>
 
500
<pre class="programlisting">  "child-internal-pad-x"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
501
501
<p>Amount to increase child's size on either side.</p>
502
502
<p>Allowed values: &gt;= 0</p>
503
503
<p>Default value: 4</p>
505
505
<hr>
506
506
<div class="refsect2">
507
507
<a name="GtkButtonBox--s-child-internal-pad-y"></a><h3>The <code class="literal">"child-internal-pad-y"</code> style property</h3>
508
 
<pre class="programlisting">  "child-internal-pad-y"     <span class="type">gint</span>                  : Read</pre>
 
508
<pre class="programlisting">  "child-internal-pad-y"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
509
509
<p>Amount to increase child's size on the top and bottom.</p>
510
510
<p>Allowed values: &gt;= 0</p>
511
511
<p>Default value: 0</p>
513
513
<hr>
514
514
<div class="refsect2">
515
515
<a name="GtkButtonBox--s-child-min-height"></a><h3>The <code class="literal">"child-min-height"</code> style property</h3>
516
 
<pre class="programlisting">  "child-min-height"         <span class="type">gint</span>                  : Read</pre>
 
516
<pre class="programlisting">  "child-min-height"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
517
517
<p>Minimum height of buttons inside the box.</p>
518
518
<p>Allowed values: &gt;= 0</p>
519
519
<p>Default value: 27</p>
521
521
<hr>
522
522
<div class="refsect2">
523
523
<a name="GtkButtonBox--s-child-min-width"></a><h3>The <code class="literal">"child-min-width"</code> style property</h3>
524
 
<pre class="programlisting">  "child-min-width"          <span class="type">gint</span>                  : Read</pre>
 
524
<pre class="programlisting">  "child-min-width"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read</pre>
525
525
<p>Minimum width of buttons inside the box.</p>
526
526
<p>Allowed values: &gt;= 0</p>
527
527
<p>Default value: 85</p>
550
550
</div>
551
551
<div class="footer">
552
552
<hr>
553
 
          Generated by GTK-Doc V1.17.1</div>
 
553
          Generated by GTK-Doc V1.17</div>
554
554
</body>
555
555
</html>
 
 
b'\\ No newline at end of file'