1 2 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 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775
|
<!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/xhtml;charset=UTF-8"/>
<title>gtkmm: Gtk::Frame Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1Frame.html">Frame</a>
</div>
</div>
<div class="contents">
<h1>Gtk::Frame Class Reference<br/>
<small>
[<a class="el" href="group__Widgets.html">Widgets</a>, <a class="el" href="group__Containers.html">Container Widgets</a>]</small>
</h1><!-- doxytag: class="Gtk::Frame" --><!-- doxytag: inherits="Gtk::Bin" -->
<p>A <a class="el" href="classGtk_1_1Bin.html" title="A container with just one child.">Gtk::Bin</a> with a decorative frame and optional label. <a href="#_details">More...</a></p>
<p>Inherits <a class="el" href="classGtk_1_1Bin.html">Gtk::Bin</a>.</p>
<p>Inherited by <a class="el" href="classGtk_1_1AspectFrame.html">Gtk::AspectFrame</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::Frame:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1Frame__coll__graph.png" border="0" usemap="#Gtk_1_1Frame_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1Frame_coll__map" id="Gtk_1_1Frame_coll__map">
<area shape="rect" href="classGtk_1_1Bin.html" title="A container with just one child." alt="" coords="79,469,148,499"/><area shape="rect" href="classGtk_1_1Container.html" title="Abstract container class." alt="" coords="61,392,165,421"/><area shape="rect" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets)." alt="" coords="68,315,159,344"/><area shape="rect" href="classGtk_1_1Object.html" title="Gtk::Object is the base class for all widgets, and for a few non-widget objects such..." alt="" coords="5,237,93,267"/><area shape="rect" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html" title="Glib::Object" alt="" coords="5,160,96,189"/><area shape="rect" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html" title="Glib::ObjectBase" alt="" coords="51,83,171,112"/><area shape="rect" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html" title="Glib::Interface" alt="" coords="123,160,227,189"/><area shape="rect" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/structsigc_1_1trackable.html" title="sigc::trackable" alt="" coords="57,5,164,35"/><area shape="rect" href="classAtk_1_1Implementor.html" title="Atk::Implementor" alt="" coords="117,237,237,267"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classGtk_1_1Frame-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#ad777e367d4ddd2dba40a9db79d483d1a">~Frame</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkFrame* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a5f7db796218fe2e89e453071b464f6d4">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a5f7db796218fe2e89e453071b464f6d4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkFrame* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aff08b316db383455d499a952974212e6">gobj</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#aff08b316db383455d499a952974212e6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#ad885c362a8c2bc29e89a3d7ec4a5b24b">Frame</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a50bf70dfc0b43db4d72e08058a346071">Frame</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a>& label)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a4bf1d1fd660d4a8e696b4aa047e02df5">set_label</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a>& label)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set the label to appear in the top edge of the frame. <a href="#a4bf1d1fd660d4a8e696b4aa047e02df5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aed49f2286476debdf7df201e2c5fd6cd">unset_label</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aca5a6c18c782af9aba8ea7bf88ffe7be">get_label</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">If the frame's label widget is a <a class="el" href="classGtk_1_1Label.html" title="A widget that displays a small to medium amount of text.">Gtk::Label</a>, returns the text in the label widget. <a href="#aca5a6c18c782af9aba8ea7bf88ffe7be"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a5c387add374124d065766d009f5a920d">set_label_widget</a> (<a class="el" href="classGtk_1_1Widget.html">Widget</a>& label_widget)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the label widget for the frame. <a href="#a5c387add374124d065766d009f5a920d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Widget.html">Widget</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aeadf0ef4557f8e28c3eb8553c3801432">get_label_widget</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the label widget for the frame. <a href="#aeadf0ef4557f8e28c3eb8553c3801432"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Widget.html">Widget</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a35820b7490ba94b617fafaca4deadab5">get_label_widget</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the label widget for the frame. <a href="#a35820b7490ba94b617fafaca4deadab5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#af0895eb2b52aa4a63c2af4464601ab4d">set_label_align</a> (float xalign=0.0, float yalign=0.5)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set the alignment of the Frame's label. <a href="#af0895eb2b52aa4a63c2af4464601ab4d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a19644d8d4cb6b737ebcf3012565b244e">set_label_align</a> (<a class="el" href="group__gtkmmEnums.html#ga98983d4e80f67ffa5148dd554706ffac">AlignmentEnum</a> xalign, <a class="el" href="group__gtkmmEnums.html#ga98983d4e80f67ffa5148dd554706ffac">AlignmentEnum</a> yalign=Gtk::ALIGN_CENTER)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the alignment of the frame widget's label. <a href="#a19644d8d4cb6b737ebcf3012565b244e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#ae794b5e789211f5eecc3073ac278e483">get_label_align</a> (float& xalign, float& yalign) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the X and Y alignment of the frame's label. <a href="#ae794b5e789211f5eecc3073ac278e483"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aad5b3c0736a6ea62ca5d9d699a326f01">set_shadow_type</a> (<a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> type)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets shadow type of the frame. <a href="#aad5b3c0736a6ea62ca5d9d699a326f01"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#aad09b93a866a119c4ce71da8f7d6a318">get_shadow_type</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Retrieves the shadow type of the frame. <a href="#aad09b93a866a119c4ce71da8f7d6a318"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><br class="typebreak"/>
< <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a200b7f3943241102dee3f55f370dc2b2">property_label</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Text of the frame's label. <a href="#a200b7f3943241102dee3f55f370dc2b2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
< <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a8bcaf343a29797ad7979687c0e1f4f39">property_label</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Text of the frame's label. <a href="#a8bcaf343a29797ad7979687c0e1f4f39"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#ad5e7e02b2ee9374609ed3da10731df62">property_label_xalign</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The horizontal alignment of the label. <a href="#ad5e7e02b2ee9374609ed3da10731df62"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a472c79d6d53f8bbffad7f020427ba76d">property_label_xalign</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The horizontal alignment of the label. <a href="#a472c79d6d53f8bbffad7f020427ba76d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a37a98a251f1d91e7d508fa120e5b0e3e">property_label_yalign</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The vertical alignment of the label. <a href="#a37a98a251f1d91e7d508fa120e5b0e3e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
< double > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#adcc0c70083ae124018851d2215e4d69b">property_label_yalign</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The vertical alignment of the label. <a href="#adcc0c70083ae124018851d2215e4d69b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>< <a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a49fd0cdb41926f20c78bf878e55dcc40">property_shadow_type</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Appearance of the frame border. <a href="#a49fd0cdb41926f20c78bf878e55dcc40"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
< <a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a8ac054597344decf4007c9a0b985fb95">property_shadow_type</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Appearance of the frame border. <a href="#a8ac054597344decf4007c9a0b985fb95"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>< <a class="el" href="classGtk_1_1Widget.html">Widget</a>* > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a63beb526dadc1017061e0008c0267929">property_label_widget</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A widget to display in place of the usual frame label. <a href="#a63beb526dadc1017061e0008c0267929"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><br class="typebreak"/>
< <a class="el" href="classGtk_1_1Widget.html">Widget</a>* > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#ab23633c9682b200298a341e7a921fc7e">property_label_widget</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A widget to display in place of the usual frame label. <a href="#ab23633c9682b200298a341e7a921fc7e"></a><br/></td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a526060d83b13e656a42bf7c1c8def6f7">compute_child_allocation_vfunc</a> (<a class="el" href="classGdk_1_1Rectangle.html">Allocation</a>& allocation)</td></tr>
<tr><td colspan="2"><h2>Related Functions</h2></td></tr>
<tr><td colspan="2"><p>(Note that these are not member functions.) </p>
<br/><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Frame.html">Gtk::Frame</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Frame.html#a82cbc754f84fde353cb8fc88fd7eb0e2">wrap</a> (GtkFrame* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#a82cbc754f84fde353cb8fc88fd7eb0e2"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A <a class="el" href="classGtk_1_1Bin.html" title="A container with just one child.">Gtk::Bin</a> with a decorative frame and optional label. </p>
<p>The <a class="el" href="classGtk_1_1Frame.html" title="A Gtk::Bin with a decorative frame and optional label.">Frame</a> widget surrounds its single child with a decorative frame and an optional label. If present, the label is drawn in a gap in the top side of the frame. The position of the label can be controlled with <a class="el" href="classGtk_1_1Frame.html#af0895eb2b52aa4a63c2af4464601ab4d" title="Set the alignment of the Frame's label.">set_label_align()</a>.</p>
<p>A <a class="el" href="classGtk_1_1Frame.html" title="A Gtk::Bin with a decorative frame and optional label.">Frame</a> widget looks like this: </p>
<div align="center">
<img src="frame1.png" alt="frame1.png"/>
</div>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="ad777e367d4ddd2dba40a9db79d483d1a"></a><!-- doxytag: member="Gtk::Frame::~Frame" ref="ad777e367d4ddd2dba40a9db79d483d1a" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gtk::Frame::~Frame </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ad885c362a8c2bc29e89a3d7ec4a5b24b"></a><!-- doxytag: member="Gtk::Frame::Frame" ref="ad885c362a8c2bc29e89a3d7ec4a5b24b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gtk::Frame::Frame </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a50bf70dfc0b43db4d72e08058a346071"></a><!-- doxytag: member="Gtk::Frame::Frame" ref="a50bf70dfc0b43db4d72e08058a346071" args="(const Glib::ustring &label)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gtk::Frame::Frame </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>label</em></td>
<td> ) </td>
<td><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a526060d83b13e656a42bf7c1c8def6f7"></a><!-- doxytag: member="Gtk::Frame::compute_child_allocation_vfunc" ref="a526060d83b13e656a42bf7c1c8def6f7" args="(Allocation &allocation)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::Frame::compute_child_allocation_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGdk_1_1Rectangle.html">Allocation</a>& </td>
<td class="paramname"> <em>allocation</em></td>
<td> ) </td>
<td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="aca5a6c18c782af9aba8ea7bf88ffe7be"></a><!-- doxytag: member="Gtk::Frame::get_label" ref="aca5a6c18c782af9aba8ea7bf88ffe7be" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::Frame::get_label </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>If the frame's label widget is a <a class="el" href="classGtk_1_1Label.html" title="A widget that displays a small to medium amount of text.">Gtk::Label</a>, returns the text in the label widget. </p>
<p>(The frame will have a <a class="el" href="classGtk_1_1Label.html" title="A widget that displays a small to medium amount of text.">Gtk::Label</a> for the label widget if a non-<code>0</code> argument was passed to new().) </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The text in the label, or <code>0</code> if there was no label widget or the lable widget was not a <a class="el" href="classGtk_1_1Label.html" title="A widget that displays a small to medium amount of text.">Gtk::Label</a>. This string is owned by GTK+ and must not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="ae794b5e789211f5eecc3073ac278e483"></a><!-- doxytag: member="Gtk::Frame::get_label_align" ref="ae794b5e789211f5eecc3073ac278e483" args="(float &xalign, float &yalign) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::get_label_align </td>
<td>(</td>
<td class="paramtype">float & </td>
<td class="paramname"> <em>xalign</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float & </td>
<td class="paramname"> <em>yalign</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Retrieves the X and Y alignment of the frame's label. </p>
<p>See <a class="el" href="classGtk_1_1Frame.html#af0895eb2b52aa4a63c2af4464601ab4d" title="Set the alignment of the Frame's label.">set_label_align()</a>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>xalign</em> </td><td>Location to store X alignment of frame's label, or <code>0</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>yalign</em> </td><td>Location to store X alignment of frame's label, or <code>0</code>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a35820b7490ba94b617fafaca4deadab5"></a><!-- doxytag: member="Gtk::Frame::get_label_widget" ref="a35820b7490ba94b617fafaca4deadab5" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Widget.html">Widget</a>* Gtk::Frame::get_label_widget </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Retrieves the label widget for the frame. </p>
<p>See <a class="el" href="classGtk_1_1Frame.html#a5c387add374124d065766d009f5a920d" title="Sets the label widget for the frame.">set_label_widget()</a>. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The label widget, or <code>0</code> if there is none. </dd></dl>
</div>
</div>
<a class="anchor" id="aeadf0ef4557f8e28c3eb8553c3801432"></a><!-- doxytag: member="Gtk::Frame::get_label_widget" ref="aeadf0ef4557f8e28c3eb8553c3801432" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Widget.html">Widget</a>* Gtk::Frame::get_label_widget </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Retrieves the label widget for the frame. </p>
<p>See <a class="el" href="classGtk_1_1Frame.html#a5c387add374124d065766d009f5a920d" title="Sets the label widget for the frame.">set_label_widget()</a>. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The label widget, or <code>0</code> if there is none. </dd></dl>
</div>
</div>
<a class="anchor" id="aad09b93a866a119c4ce71da8f7d6a318"></a><!-- doxytag: member="Gtk::Frame::get_shadow_type" ref="aad09b93a866a119c4ce71da8f7d6a318" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> Gtk::Frame::get_shadow_type </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Retrieves the shadow type of the frame. </p>
<p>See <a class="el" href="classGtk_1_1Frame.html#aad5b3c0736a6ea62ca5d9d699a326f01" title="Sets shadow type of the frame.">set_shadow_type()</a>. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The current shadow type of the frame. </dd></dl>
</div>
</div>
<a class="anchor" id="aff08b316db383455d499a952974212e6"></a><!-- doxytag: member="Gtk::Frame::gobj" ref="aff08b316db383455d499a952974212e6" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GtkFrame* Gtk::Frame::gobj </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Provides access to the underlying C GtkObject. </p>
<p>Reimplemented from <a class="el" href="classGtk_1_1Bin.html#ad6db11cd388872c6ee36aee075478374">Gtk::Bin</a>.</p>
<p>Reimplemented in <a class="el" href="classGtk_1_1AspectFrame.html#a9054d57c75b29e8f5991173fd012a860">Gtk::AspectFrame</a>.</p>
</div>
</div>
<a class="anchor" id="a5f7db796218fe2e89e453071b464f6d4"></a><!-- doxytag: member="Gtk::Frame::gobj" ref="a5f7db796218fe2e89e453071b464f6d4" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkFrame* Gtk::Frame::gobj </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Provides access to the underlying C GtkObject. </p>
<p>Reimplemented from <a class="el" href="classGtk_1_1Bin.html#a6fef1f41c67a588dd33087ea479e0ad1">Gtk::Bin</a>.</p>
<p>Reimplemented in <a class="el" href="classGtk_1_1AspectFrame.html#a094c8844ef320a9736eba7f3a9d0bd66">Gtk::AspectFrame</a>.</p>
</div>
</div>
<a class="anchor" id="a8bcaf343a29797ad7979687c0e1f4f39"></a><!-- doxytag: member="Gtk::Frame::property_label" ref="a8bcaf343a29797ad7979687c0e1f4f39" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a>> Gtk::Frame::property_label </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Text of the frame's label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a200b7f3943241102dee3f55f370dc2b2"></a><!-- doxytag: member="Gtk::Frame::property_label" ref="a200b7f3943241102dee3f55f370dc2b2" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><<a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a>> Gtk::Frame::property_label </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Text of the frame's label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="ab23633c9682b200298a341e7a921fc7e"></a><!-- doxytag: member="Gtk::Frame::property_label_widget" ref="ab23633c9682b200298a341e7a921fc7e" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<a class="el" href="classGtk_1_1Widget.html">Widget</a>*> Gtk::Frame::property_label_widget </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A widget to display in place of the usual frame label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a63beb526dadc1017061e0008c0267929"></a><!-- doxytag: member="Gtk::Frame::property_label_widget" ref="a63beb526dadc1017061e0008c0267929" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><<a class="el" href="classGtk_1_1Widget.html">Widget</a>*> Gtk::Frame::property_label_widget </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A widget to display in place of the usual frame label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a472c79d6d53f8bbffad7f020427ba76d"></a><!-- doxytag: member="Gtk::Frame::property_label_xalign" ref="a472c79d6d53f8bbffad7f020427ba76d" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><double> Gtk::Frame::property_label_xalign </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The horizontal alignment of the label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="ad5e7e02b2ee9374609ed3da10731df62"></a><!-- doxytag: member="Gtk::Frame::property_label_xalign" ref="ad5e7e02b2ee9374609ed3da10731df62" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><double> Gtk::Frame::property_label_xalign </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The horizontal alignment of the label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="adcc0c70083ae124018851d2215e4d69b"></a><!-- doxytag: member="Gtk::Frame::property_label_yalign" ref="adcc0c70083ae124018851d2215e4d69b" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><double> Gtk::Frame::property_label_yalign </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The vertical alignment of the label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a37a98a251f1d91e7d508fa120e5b0e3e"></a><!-- doxytag: member="Gtk::Frame::property_label_yalign" ref="a37a98a251f1d91e7d508fa120e5b0e3e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><double> Gtk::Frame::property_label_yalign </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The vertical alignment of the label. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a8ac054597344decf4007c9a0b985fb95"></a><!-- doxytag: member="Gtk::Frame::property_shadow_type" ref="a8ac054597344decf4007c9a0b985fb95" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a><<a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a>> Gtk::Frame::property_shadow_type </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Appearance of the frame border. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a49fd0cdb41926f20c78bf878e55dcc40"></a><!-- doxytag: member="Gtk::Frame::property_shadow_type" ref="a49fd0cdb41926f20c78bf878e55dcc40" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a><<a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a>> Gtk::Frame::property_shadow_type </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Appearance of the frame border. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><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>
<a class="anchor" id="a4bf1d1fd660d4a8e696b4aa047e02df5"></a><!-- doxytag: member="Gtk::Frame::set_label" ref="a4bf1d1fd660d4a8e696b4aa047e02df5" args="(const Glib::ustring &label)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::set_label </td>
<td>(</td>
<td class="paramtype">const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>label</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the label to appear in the top edge of the frame. </p>
<p><a class="el" href="classGtk_1_1Label.html" title="A widget that displays a small to medium amount of text.">Label</a> alignment defaults to the upper left corner of the frame. </p>
</div>
</div>
<a class="anchor" id="a19644d8d4cb6b737ebcf3012565b244e"></a><!-- doxytag: member="Gtk::Frame::set_label_align" ref="a19644d8d4cb6b737ebcf3012565b244e" args="(AlignmentEnum xalign, AlignmentEnum yalign=Gtk::ALIGN_CENTER)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::set_label_align </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga98983d4e80f67ffa5148dd554706ffac">AlignmentEnum</a> </td>
<td class="paramname"> <em>xalign</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga98983d4e80f67ffa5148dd554706ffac">AlignmentEnum</a> </td>
<td class="paramname"> <em>yalign</em> = <code>Gtk::ALIGN_CENTER</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the alignment of the frame widget's label. </p>
<p>The default values for a newly created frame are 0.0 and 0.5. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>xalign</em> </td><td>The position of the label along the top edge of the widget. A value of 0.0 represents left alignment; 1.0 represents right alignment. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>yalign</em> </td><td>The y alignment of the label. A value of 0.0 aligns under the frame; 1.0 aligns above the frame. If the values are exactly 0.0 or 1.0 the gap in the frame won't be painted because the label will be completely above or below the frame. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="af0895eb2b52aa4a63c2af4464601ab4d"></a><!-- doxytag: member="Gtk::Frame::set_label_align" ref="af0895eb2b52aa4a63c2af4464601ab4d" args="(float xalign=0.0, float yalign=0.5)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::set_label_align </td>
<td>(</td>
<td class="paramtype">float </td>
<td class="paramname"> <em>xalign</em> = <code>0.0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float </td>
<td class="paramname"> <em>yalign</em> = <code>0.5</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set the alignment of the Frame's label. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>xalign</em> </td><td>The position of the label along the top edge of the widget. A value of 0.0 represents left alignment; 1.0 represents right alignment. The default value for a newly created <a class="el" href="classGtk_1_1Frame.html" title="A Gtk::Bin with a decorative frame and optional label.">Frame</a> is 0.0. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>yalign</em> </td><td>The y alignment of the label. Currently ignored. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5c387add374124d065766d009f5a920d"></a><!-- doxytag: member="Gtk::Frame::set_label_widget" ref="a5c387add374124d065766d009f5a920d" args="(Widget &label_widget)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::set_label_widget </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1Widget.html">Widget</a>& </td>
<td class="paramname"> <em>label_widget</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the label widget for the frame. </p>
<p>This is the widget that will appear embedded in the top edge of the frame as a title. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>label_widget</em> </td><td>The new label widget. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aad5b3c0736a6ea62ca5d9d699a326f01"></a><!-- doxytag: member="Gtk::Frame::set_shadow_type" ref="aad5b3c0736a6ea62ca5d9d699a326f01" args="(ShadowType type)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::set_shadow_type </td>
<td>(</td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#gac5cfb21bae7f04c83c5eabdacb92512e">ShadowType</a> </td>
<td class="paramname"> <em>type</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets shadow type of the frame. </p>
</div>
</div>
<a class="anchor" id="aed49f2286476debdf7df201e2c5fd6cd"></a><!-- doxytag: member="Gtk::Frame::unset_label" ref="aed49f2286476debdf7df201e2c5fd6cd" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::Frame::unset_label </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a82cbc754f84fde353cb8fc88fd7eb0e2"></a><!-- doxytag: member="Gtk::Frame::wrap" ref="a82cbc754f84fde353cb8fc88fd7eb0e2" args="(GtkFrame *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Frame.html">Gtk::Frame</a>* wrap </td>
<td>(</td>
<td class="paramtype">GtkFrame * </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><code> [related]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>A <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. </p>
<dl><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>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>gtkmm/frame.h</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:53 2010 for gtkmm by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|