| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: Gtk::SizeGroup Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../index.html">Main Page</a>  
  <a href="group__Widgets.html">Widgets</a>  
  <a class="qindex" href="namespaces.html"> Namespaces</a>  
  <a href="../../tutorial/html/index.html"> Book</a>  
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1SizeGroup.html">SizeGroup</a></div>
<h1>Gtk::SizeGroup Class Reference</h1><!-- doxytag: class="Gtk::SizeGroup" --><!-- doxytag: inherits="Glib::Object" -->Inheritance diagram for Gtk::SizeGroup:<p><center><img src="classGtk_1_1SizeGroup__inherit__graph.png" border="0" usemap="#Gtk_1_1SizeGroup__inherit__map" alt="Inheritance graph"></center>
<map name="Gtk_1_1SizeGroup__inherit__map">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1Object.html" shape="rect" coords="21,161,115,188" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html" shape="rect" coords="5,84,131,111" alt="">
<area doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classsigc_1_1trackable.html" shape="rect" coords="12,7,124,33" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGtk_1_1SizeGroup-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a> provides a mechanism for grouping a number of widgets together so they all request the same amount of space. 
<p>
This is typically useful when you want a column of widgets to have the same size, but you can't use a <a class="el" href="classGtk_1_1Table.html">Gtk::Table</a> widget.<p>
In detail, the size requested for each widget in a <a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a> 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 <a class="el" href="classGtk_1_1SizeGroup.html#cf4fdc20c82107070d107f666e5ebc60">set_mode()</a>) determines whether this applies to the horizontal size, the vertical size, or both sizes.<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 GtkSizeGroup 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 <a class="el" href="group__gtkmmEnums.html#ggd0ae047e9bb4f262003dbb94468f5d81036abcca77c9906e325a7bbd2a9787ea">Gtk::FILL</a> flag.<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 <a class="el" href="group__gtkmmEnums.html#gg7230c54c268363becedfd97bc42f7d05b091727c168ae9b45d31db97747c609a">Gtk::SIZE_GROUP_HORIZONTAL</a> or <a class="el" href="group__gtkmmEnums.html#gg7230c54c268363becedfd97bc42f7d055c2e00c8234e5fc1368c6d7285a3f710">Gtk::SIZE_GROUP_BOTH</a>, 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 <a class="el" href="group__gtkmmEnums.html#gg7230c54c268363becedfd97bc42f7d05819210db9a6bfe57b1422de106a683a7">Gtk::SIZE_GROUP_VERTICAL</a> or <a class="el" href="group__gtkmmEnums.html#gg7230c54c268363becedfd97bc42f7d055c2e00c8234e5fc1368c6d7285a3f710">Gtk::SIZE_GROUP_BOTH</a>. 
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#04a5dfe9cf8aecf92c98bed118c6f469">add_widget</a> (<a class="el" href="classGtk_1_1Widget.html">Widget</a>& widget)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a widget to a <a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>.  <a href="#04a5dfe9cf8aecf92c98bed118c6f469"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#b20c08a637fa3d48117fa150b5e1e2f4">get_ignore_hidden</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns: <code>true</code> if invisible widgets are ignored.  <a href="#b20c08a637fa3d48117fa150b5e1e2f4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#5055ca8f09ce5bea136520aad5a48359">get_mode</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the current mode of the size group.  <a href="#5055ca8f09ce5bea136520aad5a48359"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><const <a class="el" href="classGtk_1_1Widget.html">Widget</a>*> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#8c372bec36190b9f2f96c8c221340e98">get_widgets</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return value: a G::SList of widgets.  <a href="#8c372bec36190b9f2f96c8c221340e98"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGtk_1_1Widget.html">Widget</a>*> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#d2974429f3202cb5bfd6a6675e197ca1">get_widgets</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return value: a G::SList of widgets.  <a href="#d2974429f3202cb5bfd6a6675e197ca1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const GtkSizeGroup* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#5235142effb14a54741f2ee2621f839f">gobj</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject.  <a href="#5235142effb14a54741f2ee2621f839f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GtkSizeGroup* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#fbd6958d54324554818300bada2ffd24">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject.  <a href="#fbd6958d54324554818300bada2ffd24"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">GtkSizeGroup* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#1ab82c162c73e5ccb4d957c80da70e7c">gobj_copy</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.  <a href="#1ab82c162c73e5ccb4d957c80da70e7c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<br>
 bool > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#fd34e32defed95382f652d37c99566dd">property_ignore_hidden</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">If TRUE.  <a href="#fd34e32defed95382f652d37c99566dd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><bool> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#9b425ed7d2767b5741e57e4627c3b278">property_ignore_hidden</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">If TRUE.  <a href="#9b425ed7d2767b5741e57e4627c3b278"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<br>
 <a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#e2c0a9e8d21015fcb8b4618943e1e066">property_mode</a> () const</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The directions in which the size group affects the requested sizes of its component widgets.  <a href="#e2c0a9e8d21015fcb8b4618943e1e066"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#282976002ca26ad3356023b4016fd606">property_mode</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The directions in which the size group affects the requested sizes of its component widgets.  <a href="#282976002ca26ad3356023b4016fd606"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#453030fa3bed8b0351daacdb720074c4">remove_widget</a> (<a class="el" href="classGtk_1_1Widget.html">Widget</a>& widget)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Removes a widget from a <a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>.  <a href="#453030fa3bed8b0351daacdb720074c4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#159e0317bf7a973ace4318fbe59de149">set_ignore_hidden</a> (bool ignore_hidden=true)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets whether unmapped widgets should be ignored when calculating the size.  <a href="#159e0317bf7a973ace4318fbe59de149"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#cf4fdc20c82107070d107f666e5ebc60">set_mode</a> (<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> mode)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the <a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">Gtk::SizeGroupMode</a> of the size group.  <a href="#cf4fdc20c82107070d107f666e5ebc60"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#645e2054e5e80cbb454e28069f7d9939">~SizeGroup</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGtk_1_1SizeGroup.html">SizeGroup</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#017dd92172ab9628d3b18443741b94e0">create</a> (<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> mode)</td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#c3c20df7eb8f5a1660e3302b3453e9a7">SizeGroup</a> (<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> mode)</td></tr>
<tr><td colspan="2"><br><h2>Related Functions</h2></td></tr>
<tr><td colspan="2">(Note that these are not member functions.) <br><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SizeGroup.html#ab19ca78f44ec8ab815a8a96fcdc4a0a">wrap</a> (GtkSizeGroup* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object.  <a href="#ab19ca78f44ec8ab815a8a96fcdc4a0a"></a><br></td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="645e2054e5e80cbb454e28069f7d9939"></a><!-- doxytag: member="Gtk::SizeGroup::~SizeGroup" ref="645e2054e5e80cbb454e28069f7d9939" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::SizeGroup::~SizeGroup           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="c3c20df7eb8f5a1660e3302b3453e9a7"></a><!-- doxytag: member="Gtk::SizeGroup::SizeGroup" ref="c3c20df7eb8f5a1660e3302b3453e9a7" args="(SizeGroupMode mode)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::SizeGroup::SizeGroup           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> </td>
          <td class="paramname"> <em>mode</em>          </td>
          <td> ) </td>
          <td width="100%"><code> [explicit, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="04a5dfe9cf8aecf92c98bed118c6f469"></a><!-- doxytag: member="Gtk::SizeGroup::add_widget" ref="04a5dfe9cf8aecf92c98bed118c6f469" args="(Widget &widget)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::SizeGroup::add_widget           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classGtk_1_1Widget.html">Widget</a>& </td>
          <td class="paramname"> <em>widget</em>          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Adds a widget to a <a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>. 
<p>
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 <a class="el" href="classGtk_1_1SizeGroup.html#cf4fdc20c82107070d107f666e5ebc60">set_mode()</a>.<p>
When the widget is destroyed or no longer referenced elsewhere, it will be removed from the size group. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>widget</em> </td><td>The <a class="el" href="classGtk_1_1Widget.html">Gtk::Widget</a> to add. </td></tr>
  </table>
</dl>
</div>
</div><p>
<a class="anchor" name="017dd92172ab9628d3b18443741b94e0"></a><!-- doxytag: member="Gtk::SizeGroup::create" ref="017dd92172ab9628d3b18443741b94e0" args="(SizeGroupMode mode)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGtk_1_1SizeGroup.html">SizeGroup</a>> Gtk::SizeGroup::create           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> </td>
          <td class="paramname"> <em>mode</em>          </td>
          <td> ) </td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="b20c08a637fa3d48117fa150b5e1e2f4"></a><!-- doxytag: member="Gtk::SizeGroup::get_ignore_hidden" ref="b20c08a637fa3d48117fa150b5e1e2f4" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool Gtk::SizeGroup::get_ignore_hidden           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Returns: <code>true</code> if invisible widgets are ignored. 
<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd><code>true</code> if invisible widgets are ignored.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p8s.html#_newin2p8s000038">Since gtkmm 2.8:</a></b></dt><dd></dd></dl>
</div>
</div><p>
<a class="anchor" name="5055ca8f09ce5bea136520aad5a48359"></a><!-- doxytag: member="Gtk::SizeGroup::get_mode" ref="5055ca8f09ce5bea136520aad5a48359" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> Gtk::SizeGroup::get_mode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Gets the current mode of the size group. 
<p>
See <a class="el" href="classGtk_1_1SizeGroup.html#cf4fdc20c82107070d107f666e5ebc60">set_mode()</a>. <dl class="return" compact><dt><b>Returns:</b></dt><dd>The current mode of the size group. </dd></dl>
</div>
</div><p>
<a class="anchor" name="8c372bec36190b9f2f96c8c221340e98"></a><!-- doxytag: member="Gtk::SizeGroup::get_widgets" ref="8c372bec36190b9f2f96c8c221340e98" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><const <a class="el" href="classGtk_1_1Widget.html">Widget</a>*> Gtk::SizeGroup::get_widgets           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Return value: a G::SList of widgets. 
<p>
The list is owned by GTK+ <dl class="return" compact><dt><b>Returns:</b></dt><dd>A G::SList of widgets. The list is owned by GTK+ and should not be modified.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000341">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>
</div>
</div><p>
<a class="anchor" name="d2974429f3202cb5bfd6a6675e197ca1"></a><!-- doxytag: member="Gtk::SizeGroup::get_widgets" ref="d2974429f3202cb5bfd6a6675e197ca1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1SListHandle.html">Glib::SListHandle</a><<a class="el" href="classGtk_1_1Widget.html">Widget</a>*> Gtk::SizeGroup::get_widgets           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Return value: a G::SList of widgets. 
<p>
The list is owned by GTK+ <dl class="return" compact><dt><b>Returns:</b></dt><dd>A G::SList of widgets. The list is owned by GTK+ and should not be modified.</dd></dl>
<dl compact><dt><b><a class="el" href="newin2p10s.html#_newin2p10s000340">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>
</div>
</div><p>
<a class="anchor" name="5235142effb14a54741f2ee2621f839f"></a><!-- doxytag: member="Gtk::SizeGroup::gobj" ref="5235142effb14a54741f2ee2621f839f" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const GtkSizeGroup* Gtk::SizeGroup::gobj           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GObject. 
<p>
<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#2b7010748d60e770e9e0b3d65c100cf2">Glib::ObjectBase</a>.
</div>
</div><p>
<a class="anchor" name="fbd6958d54324554818300bada2ffd24"></a><!-- doxytag: member="Gtk::SizeGroup::gobj" ref="fbd6958d54324554818300bada2ffd24" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkSizeGroup* Gtk::SizeGroup::gobj           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C GObject. 
<p>
<p>
Reimplemented from <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1ObjectBase.html#4c6efc18be8cb9c56e58fc0bd20fafbe">Glib::ObjectBase</a>.
</div>
</div><p>
<a class="anchor" name="1ab82c162c73e5ccb4d957c80da70e7c"></a><!-- doxytag: member="Gtk::SizeGroup::gobj_copy" ref="1ab82c162c73e5ccb4d957c80da70e7c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkSizeGroup* Gtk::SizeGroup::gobj_copy           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. 
<p>
</div>
</div><p>
<a class="anchor" name="fd34e32defed95382f652d37c99566dd"></a><!-- doxytag: member="Gtk::SizeGroup::property_ignore_hidden" ref="fd34e32defed95382f652d37c99566dd" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><bool> Gtk::SizeGroup::property_ignore_hidden           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
If TRUE. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>
</div>
</div><p>
<a class="anchor" name="9b425ed7d2767b5741e57e4627c3b278"></a><!-- doxytag: member="Gtk::SizeGroup::property_ignore_hidden" ref="9b425ed7d2767b5741e57e4627c3b278" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><bool> Gtk::SizeGroup::property_ignore_hidden           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
If TRUE. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>
</div>
</div><p>
<a class="anchor" name="e2c0a9e8d21015fcb8b4618943e1e066"></a><!-- doxytag: member="Gtk::SizeGroup::property_mode" ref="e2c0a9e8d21015fcb8b4618943e1e066" args="() const" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a>> Gtk::SizeGroup::property_mode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
The directions in which the size group affects the requested sizes of its component widgets. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>
</div>
</div><p>
<a class="anchor" name="282976002ca26ad3356023b4016fd606"></a><!-- doxytag: member="Gtk::SizeGroup::property_mode" ref="282976002ca26ad3356023b4016fd606" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><<a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a>> Gtk::SizeGroup::property_mode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
The directions in which the size group affects the requested sizes of its component widgets. 
<p>
You rarely need to use properties because there are get_ and set_ methods for almost all of them. <dl class="return" compact><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>
</div>
</div><p>
<a class="anchor" name="453030fa3bed8b0351daacdb720074c4"></a><!-- doxytag: member="Gtk::SizeGroup::remove_widget" ref="453030fa3bed8b0351daacdb720074c4" args="(Widget &widget)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::SizeGroup::remove_widget           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classGtk_1_1Widget.html">Widget</a>& </td>
          <td class="paramname"> <em>widget</em>          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Removes a widget from a <a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>widget</em> </td><td>The <a class="el" href="classGtk_1_1Widget.html">Gtk::Widget</a> to remove. </td></tr>
  </table>
</dl>
</div>
</div><p>
<a class="anchor" name="159e0317bf7a973ace4318fbe59de149"></a><!-- doxytag: member="Gtk::SizeGroup::set_ignore_hidden" ref="159e0317bf7a973ace4318fbe59de149" args="(bool ignore_hidden=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::SizeGroup::set_ignore_hidden           </td>
          <td>(</td>
          <td class="paramtype">bool </td>
          <td class="paramname"> <em>ignore_hidden</em> = <code>true</code>          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Sets whether unmapped widgets should be ignored when calculating the size. 
<p>
<dl compact><dt><b><a class="el" href="newin2p8s.html#_newin2p8s000037">Since gtkmm 2.8:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>ignore_hidden</em> </td><td>Whether unmapped widgets should be ignored when calculating the size. </td></tr>
  </table>
</dl>
</div>
</div><p>
<a class="anchor" name="cf4fdc20c82107070d107f666e5ebc60"></a><!-- doxytag: member="Gtk::SizeGroup::set_mode" ref="cf4fdc20c82107070d107f666e5ebc60" args="(SizeGroupMode mode)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::SizeGroup::set_mode           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">SizeGroupMode</a> </td>
          <td class="paramname"> <em>mode</em>          </td>
          <td> ) </td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
Sets the <a class="el" href="group__gtkmmEnums.html#g7230c54c268363becedfd97bc42f7d05">Gtk::SizeGroupMode</a> of the size group. 
<p>
The mode of the size group determines whether the widgets in the size group should all have the same horizontal requisition (Gtk::SIZE_GROUP_MODE_HORIZONTAL) all have the same vertical requisition (Gtk::SIZE_GROUP_MODE_VERTICAL), or should all have the same requisition in both directions (Gtk::SIZE_GROUP_MODE_BOTH). <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>mode</em> </td><td>The mode to set for the size group. </td></tr>
  </table>
</dl>
</div>
</div><p>
<hr><h2>Friends And Related Function Documentation</h2>
<a class="anchor" name="ab19ca78f44ec8ab815a8a96fcdc4a0a"></a><!-- doxytag: member="Gtk::SizeGroup::wrap" ref="ab19ca78f44ec8ab815a8a96fcdc4a0a" args="(GtkSizeGroup *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/classGlib_1_1RefPtr.html">Glib::RefPtr</a><<a class="el" href="classGtk_1_1SizeGroup.html">Gtk::SizeGroup</a>> wrap           </td>
          <td>(</td>
          <td class="paramtype">GtkSizeGroup * </td>
          <td class="paramname"> <em>object</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool </td>
          <td class="paramname"> <em>take_copy</em> = <code>false</code></td><td> </td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [related]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>
A <a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html#671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>object</em> </td><td>The C instance. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>take_copy</em> </td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="sizegroup_8h.html">sizegroup.h</a></ul>
</div>
<!-- end main content -->
<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
 |