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 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924
|
<!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::FontSelection 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_1FontSelection.html">FontSelection</a>
</div>
</div>
<div class="contents">
<h1>Gtk::FontSelection Class Reference<br/>
<small>
[<a class="el" href="group__Widgets.html">Widgets</a>]</small>
</h1><!-- doxytag: class="Gtk::FontSelection" --><!-- doxytag: inherits="Gtk::VBox" -->
<p>A widget for selecting fonts. <a href="#_details">More...</a></p>
<p>Inherits <a class="el" href="classGtk_1_1VBox.html">Gtk::VBox</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::FontSelection:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1FontSelection__coll__graph.png" border="0" usemap="#Gtk_1_1FontSelection_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1FontSelection_coll__map" id="Gtk_1_1FontSelection_coll__map">
<area shape="rect" href="classGtk_1_1VBox.html" title="Vertical Box for laying widgets in a vertical row." alt="" coords="72,547,155,576"/><area shape="rect" href="classGtk_1_1Box.html" title="A base class for box containers." alt="" coords="77,469,149,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_1FontSelection-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_1FontSelection.html#a3e985fac20b19408934790853353ee8f">~FontSelection</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkFontSelection* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a03554fdbf28e7fdbfa1aeaff4fe68879">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a03554fdbf28e7fdbfa1aeaff4fe68879"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkFontSelection* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a94bb7286fd78af76511b58ee9ba72728">gobj</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a94bb7286fd78af76511b58ee9ba72728"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aba7402d803631b14449d895a228c645d">FontSelection</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aa61ab81ed4db53db0421fb9ca3388622">get_family_list</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> that lists font families, for example, 'Sans', 'Serif', etc. <a href="#aa61ab81ed4db53db0421fb9ca3388622"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a0c00aa39fafd4e6dad09493153e49b1c">get_family_list</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> that lists font families, for example, 'Sans', 'Serif', etc. <a href="#a0c00aa39fafd4e6dad09493153e49b1c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#ae50ef3bafd37e17325c9b394519804a1">get_face_list</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> which lists all styles available for the selected font. <a href="#ae50ef3bafd37e17325c9b394519804a1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#abe9e94c0c3a822940978917c87175588">get_face_list</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> which lists all styles available for the selected font. <a href="#abe9e94c0c3a822940978917c87175588"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#ad2adc2700339ab1e8c775d729592c993">get_size_entry</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to allow the user to edit the font number manually instead of selecting it from the list of font sizes. <a href="#ad2adc2700339ab1e8c775d729592c993"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a2d0baa8a15a5865f6aa68babd84d1b98">get_size_entry</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to allow the user to edit the font number manually instead of selecting it from the list of font sizes. <a href="#a2d0baa8a15a5865f6aa68babd84d1b98"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a648b9a0f7b1a51aa7e921426b0388613">get_size_list</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the Gtk::TreeeView used to list font sizes. <a href="#a648b9a0f7b1a51aa7e921426b0388613"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#adf2a9576884238983262eae922b86ce5">get_size_list</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the Gtk::TreeeView used to list font sizes. <a href="#adf2a9576884238983262eae922b86ce5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a6fd691a0e1081c68ec930ae98fb95e3e">get_preview_entry</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to display the font as a preview. <a href="#a6fd691a0e1081c68ec930ae98fb95e3e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a409aa9d33af48f0495c299f86f771008">get_preview_entry</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to display the font as a preview. <a href="#a409aa9d33af48f0495c299f86f771008"></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_1RefPtr.html">Glib::RefPtr</a>< <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aba1d54882646e3bd77310c65792713fb">get_family</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. <a href="#aba1d54882646e3bd77310c65792713fb"></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_1RefPtr.html">Glib::RefPtr</a>< const <br class="typebreak"/>
<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a27bfe284b2d43626f829a770ec6a5b30">get_family</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. <a href="#a27bfe284b2d43626f829a770ec6a5b30"></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_1RefPtr.html">Glib::RefPtr</a>< <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#adb5d60b1008d68e81cd338f6d58a21bf">get_face</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details (i.e. family, slant, weight, width, etc). <a href="#adb5d60b1008d68e81cd338f6d58a21bf"></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_1RefPtr.html">Glib::RefPtr</a>< const <br class="typebreak"/>
<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#acabbbd2996e3e8bb987fb66de0a9cb84">get_face</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details (i.e. family, slant, weight, width, etc). <a href="#acabbbd2996e3e8bb987fb66de0a9cb84"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aa62cd91be61f24f9aa58a77eac0b692e">get_size</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The selected font size. <a href="#aa62cd91be61f24f9aa58a77eac0b692e"></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_1ustring.html">Glib::ustring</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a89dbe8277262e7b16fbaa461d3a0506e">get_font_name</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the currently-selected font name. <a href="#a89dbe8277262e7b16fbaa461d3a0506e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aadc6fb252b1a091ad77ed81bc94479e5">set_font_name</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>& fontname)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the currently-selected font. <a href="#aadc6fb252b1a091ad77ed81bc94479e5"></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_1ustring.html">Glib::ustring</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a1e6c44fcc23c9d022f973d25f7eab004">get_preview_text</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the text displayed in the preview area. <a href="#a1e6c44fcc23c9d022f973d25f7eab004"></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_1FontSelection.html#a9a4a5d06f2faf649be9219d0c065b4be">set_preview_text</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>& fontname)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the text displayed in the preview area. <a href="#a9a4a5d06f2faf649be9219d0c065b4be"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a2ea43a275d570e895f880ee2467c1725">get_font_entry</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a0a039b1d61f91187ec324c429ccde2ae">get_font_entry</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a19e28b7bae0e9e0160c3ac967f8adab5">get_font_style_entry</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a1643039615a6f52b7538f96e11369d64">get_font_style_entry</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a54d5be93a73f065b877cd93a023efff0">get_pixels_button</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a54142927dc9fea68ff57239c323ef34c">get_pixels_button</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#ab4452a551f395c940d48bc33f96060db">get_points_button</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a02e09b05ec36fd75668b71d3c0fc51bf">get_points_button</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Button.html">Button</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#a5eaf3a8153d9de00aef74ad1df05973a">get_filter_button</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Button.html">Button</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#abba5a072361f194e9432d21e21acb659">get_filter_button</a> () const </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_1FontSelection.html#acedcda36784874454ef785d517cd44c2">property_font_name</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The string that represents this font. <a href="#acedcda36784874454ef785d517cd44c2"></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_1FontSelection.html#a32c20699c674c3d10dbfd6b37276d5a0">property_font_name</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The string that represents this font. <a href="#a32c20699c674c3d10dbfd6b37276d5a0"></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_1FontSelection.html#aaaa7eac6a423cbf25c0df61e6fb8bf70">property_preview_text</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The text to display in order to demonstrate the selected font. <a href="#aaaa7eac6a423cbf25c0df61e6fb8bf70"></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_1FontSelection.html#a11498baba72014ec767cb684572a4a00">property_preview_text</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The text to display in order to demonstrate the selected font. <a href="#a11498baba72014ec767cb684572a4a00"></a><br/></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_1FontSelection.html">Gtk::FontSelection</a>* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1FontSelection.html#aab3b732a9ae8467ad4e200dc188b0327">wrap</a> (GtkFontSelection* 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="#aab3b732a9ae8467ad4e200dc188b0327"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A widget for selecting fonts. </p>
<p>The <a class="el" href="classGtk_1_1FontSelection.html" title="A widget for selecting fonts.">Gtk::FontSelection</a> widget lists the available fonts, styles and sizes, allowing the user to select a font. It is used in the <a class="el" href="classGtk_1_1FontSelectionDialog.html" title="A dialog box for selecting fonts.">Gtk::FontSelectionDialog</a> widget to provide a dialog box for selecting fonts. </p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a3e985fac20b19408934790853353ee8f"></a><!-- doxytag: member="Gtk::FontSelection::~FontSelection" ref="a3e985fac20b19408934790853353ee8f" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gtk::FontSelection::~FontSelection </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="aba7402d803631b14449d895a228c645d"></a><!-- doxytag: member="Gtk::FontSelection::FontSelection" ref="aba7402d803631b14449d895a228c645d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gtk::FontSelection::FontSelection </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="acabbbd2996e3e8bb987fb66de0a9cb84"></a><!-- doxytag: member="Gtk::FontSelection::get_face" ref="acabbbd2996e3e8bb987fb66de0a9cb84" 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_1RefPtr.html">Glib::RefPtr</a><const <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a>> Gtk::FontSelection::get_face </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details (i.e. family, slant, weight, width, etc). </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000081">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details. The returned object is owned by <em>fontsel</em> and must not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="adb5d60b1008d68e81cd338f6d58a21bf"></a><!-- doxytag: member="Gtk::FontSelection::get_face" ref="adb5d60b1008d68e81cd338f6d58a21bf" 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_1RefPtr.html">Glib::RefPtr</a><<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a>> Gtk::FontSelection::get_face </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details (i.e. family, slant, weight, width, etc). </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000080">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFace.html">Pango::FontFace</a> representing the selected font group details. The returned object is owned by <em>fontsel</em> and must not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="abe9e94c0c3a822940978917c87175588"></a><!-- doxytag: member="Gtk::FontSelection::get_face_list" ref="abe9e94c0c3a822940978917c87175588" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_face_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> which lists all styles available for the selected font. </p>
<p>For example, 'Regular', 'Bold', etc.</p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000071">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="ae50ef3bafd37e17325c9b394519804a1"></a><!-- doxytag: member="Gtk::FontSelection::get_face_list" ref="ae50ef3bafd37e17325c9b394519804a1" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_face_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> which lists all styles available for the selected font. </p>
<p>For example, 'Regular', 'Bold', etc.</p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000070">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="a27bfe284b2d43626f829a770ec6a5b30"></a><!-- doxytag: member="Gtk::FontSelection::get_family" ref="a27bfe284b2d43626f829a770ec6a5b30" 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_1RefPtr.html">Glib::RefPtr</a><const <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a>> Gtk::FontSelection::get_family </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000079">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. Font families are a collection of font faces. The returned object is owned by <em>fontsel</em> and must not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="aba1d54882646e3bd77310c65792713fb"></a><!-- doxytag: member="Gtk::FontSelection::get_family" ref="aba1d54882646e3bd77310c65792713fb" 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_1RefPtr.html">Glib::RefPtr</a><<a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a>> Gtk::FontSelection::get_family </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000078">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="elRef" doxygen="pangomm-1.4.tag:http://library.gnome.org/devel/pangomm/unstable/" href="http://library.gnome.org/devel/pangomm/unstable/classPango_1_1FontFamily.html">Pango::FontFamily</a> representing the selected font family. Font families are a collection of font faces. The returned object is owned by <em>fontsel</em> and must not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="a0c00aa39fafd4e6dad09493153e49b1c"></a><!-- doxytag: member="Gtk::FontSelection::get_family_list" ref="a0c00aa39fafd4e6dad09493153e49b1c" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_family_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> that lists font families, for example, 'Sans', 'Serif', etc. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000069">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="aa61ab81ed4db53db0421fb9ca3388622"></a><!-- doxytag: member="Gtk::FontSelection::get_family_list" ref="aa61ab81ed4db53db0421fb9ca3388622" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_family_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1TreeView.html" title="The TreeView widget displays the model (Gtk::TreeModel) data and allows the user...">Gtk::TreeView</a> that lists font families, for example, 'Sans', 'Serif', etc. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000068">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="abba5a072361f194e9432d21e21acb659"></a><!-- doxytag: member="Gtk::FontSelection::get_filter_button" ref="abba5a072361f194e9432d21e21acb659" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Button.html">Button</a>* Gtk::FontSelection::get_filter_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a5eaf3a8153d9de00aef74ad1df05973a"></a><!-- doxytag: member="Gtk::FontSelection::get_filter_button" ref="a5eaf3a8153d9de00aef74ad1df05973a" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Button.html">Button</a>* Gtk::FontSelection::get_filter_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000030">Deprecated:</a></b></dt><dd>You should not need to call this method. </dd></dl>
</div>
</div>
<a class="anchor" id="a0a039b1d61f91187ec324c429ccde2ae"></a><!-- doxytag: member="Gtk::FontSelection::get_font_entry" ref="a0a039b1d61f91187ec324c429ccde2ae" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_font_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a2ea43a275d570e895f880ee2467c1725"></a><!-- doxytag: member="Gtk::FontSelection::get_font_entry" ref="a2ea43a275d570e895f880ee2467c1725" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_font_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000026">Deprecated:</a></b></dt><dd>You should not need to call this method. </dd></dl>
</div>
</div>
<a class="anchor" id="a89dbe8277262e7b16fbaa461d3a0506e"></a><!-- doxytag: member="Gtk::FontSelection::get_font_name" ref="a89dbe8277262e7b16fbaa461d3a0506e" 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::FontSelection::get_font_name </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the currently-selected font name. </p>
<p>Note that this can be a different string than what you set with <a class="el" href="classGtk_1_1FontSelection.html#aadc6fb252b1a091ad77ed81bc94479e5" title="Sets the currently-selected font.">set_font_name()</a>, as the font selection widget may normalize font names and thus return a string with a different structure. For example, "Helvetica Italic Bold 12" could be normalized to "Helvetica Bold Italic 12". Use pango_font_description_equal() if you want to compare two font descriptions. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A string with the name of the current font, or <code>0</code> if no font is selected. You must free this string with Glib::free(). </dd></dl>
</div>
</div>
<a class="anchor" id="a1643039615a6f52b7538f96e11369d64"></a><!-- doxytag: member="Gtk::FontSelection::get_font_style_entry" ref="a1643039615a6f52b7538f96e11369d64" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_font_style_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a19e28b7bae0e9e0160c3ac967f8adab5"></a><!-- doxytag: member="Gtk::FontSelection::get_font_style_entry" ref="a19e28b7bae0e9e0160c3ac967f8adab5" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_font_style_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000027">Deprecated:</a></b></dt><dd>You should not need to call this method. </dd></dl>
</div>
</div>
<a class="anchor" id="a54142927dc9fea68ff57239c323ef34c"></a><!-- doxytag: member="Gtk::FontSelection::get_pixels_button" ref="a54142927dc9fea68ff57239c323ef34c" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* Gtk::FontSelection::get_pixels_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a54d5be93a73f065b877cd93a023efff0"></a><!-- doxytag: member="Gtk::FontSelection::get_pixels_button" ref="a54d5be93a73f065b877cd93a023efff0" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* Gtk::FontSelection::get_pixels_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000028">Deprecated:</a></b></dt><dd>You should not need to call this method. </dd></dl>
</div>
</div>
<a class="anchor" id="a02e09b05ec36fd75668b71d3c0fc51bf"></a><!-- doxytag: member="Gtk::FontSelection::get_points_button" ref="a02e09b05ec36fd75668b71d3c0fc51bf" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* Gtk::FontSelection::get_points_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ab4452a551f395c940d48bc33f96060db"></a><!-- doxytag: member="Gtk::FontSelection::get_points_button" ref="ab4452a551f395c940d48bc33f96060db" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1RadioButton.html">RadioButton</a>* Gtk::FontSelection::get_points_button </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000029">Deprecated:</a></b></dt><dd>You should not need to call this method. </dd></dl>
</div>
</div>
<a class="anchor" id="a409aa9d33af48f0495c299f86f771008"></a><!-- doxytag: member="Gtk::FontSelection::get_preview_entry" ref="a409aa9d33af48f0495c299f86f771008" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_preview_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to display the font as a preview. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000077">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="a6fd691a0e1081c68ec930ae98fb95e3e"></a><!-- doxytag: member="Gtk::FontSelection::get_preview_entry" ref="a6fd691a0e1081c68ec930ae98fb95e3e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_preview_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to display the font as a preview. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000076">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="a1e6c44fcc23c9d022f973d25f7eab004"></a><!-- doxytag: member="Gtk::FontSelection::get_preview_text" ref="a1e6c44fcc23c9d022f973d25f7eab004" 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::FontSelection::get_preview_text </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the text displayed in the preview area. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The text displayed in the preview area. This string is owned by the widget and should not be modified or freed. </dd></dl>
</div>
</div>
<a class="anchor" id="aa62cd91be61f24f9aa58a77eac0b692e"></a><!-- doxytag: member="Gtk::FontSelection::get_size" ref="aa62cd91be61f24f9aa58a77eac0b692e" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int Gtk::FontSelection::get_size </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The selected font size. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000082">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A n integer representing the selected font size, or -1 if no font size is selected. </dd></dl>
</div>
</div>
<a class="anchor" id="a2d0baa8a15a5865f6aa68babd84d1b98"></a><!-- doxytag: member="Gtk::FontSelection::get_size_entry" ref="a2d0baa8a15a5865f6aa68babd84d1b98" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_size_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to allow the user to edit the font number manually instead of selecting it from the list of font sizes. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000073">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="ad2adc2700339ab1e8c775d729592c993"></a><!-- doxytag: member="Gtk::FontSelection::get_size_entry" ref="ad2adc2700339ab1e8c775d729592c993" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::FontSelection::get_size_entry </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Gtk::Entry</a> used to allow the user to edit the font number manually instead of selecting it from the list of font sizes. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000072">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="adf2a9576884238983262eae922b86ce5"></a><!-- doxytag: member="Gtk::FontSelection::get_size_list" ref="adf2a9576884238983262eae922b86ce5" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_size_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the Gtk::TreeeView used to list font sizes. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000075">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="a648b9a0f7b1a51aa7e921426b0388613"></a><!-- doxytag: member="Gtk::FontSelection::get_size_list" ref="a648b9a0f7b1a51aa7e921426b0388613" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1TreeView.html">TreeView</a>* Gtk::FontSelection::get_size_list </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This returns the Gtk::TreeeView used to list font sizes. </p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000074">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets).">Gtk::Widget</a> that is part of <em>fontsel</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="a94bb7286fd78af76511b58ee9ba72728"></a><!-- doxytag: member="Gtk::FontSelection::gobj" ref="a94bb7286fd78af76511b58ee9ba72728" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GtkFontSelection* Gtk::FontSelection::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_1VBox.html#a47b85a73422574c1dbb83b35fd00dec5">Gtk::VBox</a>.</p>
</div>
</div>
<a class="anchor" id="a03554fdbf28e7fdbfa1aeaff4fe68879"></a><!-- doxytag: member="Gtk::FontSelection::gobj" ref="a03554fdbf28e7fdbfa1aeaff4fe68879" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkFontSelection* Gtk::FontSelection::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_1VBox.html#a4e6ed5a59c876487524d4c0af1162f31">Gtk::VBox</a>.</p>
</div>
</div>
<a class="anchor" id="a32c20699c674c3d10dbfd6b37276d5a0"></a><!-- doxytag: member="Gtk::FontSelection::property_font_name" ref="a32c20699c674c3d10dbfd6b37276d5a0" 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::FontSelection::property_font_name </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The string that represents this font. </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="acedcda36784874454ef785d517cd44c2"></a><!-- doxytag: member="Gtk::FontSelection::property_font_name" ref="acedcda36784874454ef785d517cd44c2" 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::FontSelection::property_font_name </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The string that represents this font. </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="a11498baba72014ec767cb684572a4a00"></a><!-- doxytag: member="Gtk::FontSelection::property_preview_text" ref="a11498baba72014ec767cb684572a4a00" 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::FontSelection::property_preview_text </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The text to display in order to demonstrate the selected font. </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="aaaa7eac6a423cbf25c0df61e6fb8bf70"></a><!-- doxytag: member="Gtk::FontSelection::property_preview_text" ref="aaaa7eac6a423cbf25c0df61e6fb8bf70" 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::FontSelection::property_preview_text </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The text to display in order to demonstrate the selected font. </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="aadc6fb252b1a091ad77ed81bc94479e5"></a><!-- doxytag: member="Gtk::FontSelection::set_font_name" ref="aadc6fb252b1a091ad77ed81bc94479e5" args="(const Glib::ustring &fontname)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gtk::FontSelection::set_font_name </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>fontname</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the currently-selected font. </p>
<p>Note that the <em>fontsel</em> needs to know the screen in which it will appear for this to work; this can be guaranteed by simply making sure that the <em>fontsel</em> is inserted in a toplevel window before you call this function. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>fontname</em> </td><td>A font name like "Helvetica 12" or "Times Bold 18". </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd><code>true</code> if the font could be set successfully; <code>false</code> if no such font exists or if the <em>fontsel</em> doesn't belong to a particular screen yet. </dd></dl>
</div>
</div>
<a class="anchor" id="a9a4a5d06f2faf649be9219d0c065b4be"></a><!-- doxytag: member="Gtk::FontSelection::set_preview_text" ref="a9a4a5d06f2faf649be9219d0c065b4be" args="(const Glib::ustring &fontname)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::FontSelection::set_preview_text </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>fontname</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the text displayed in the preview area. </p>
<p>The <em>text</em> is used to show how the selected font looks. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>text</em> </td><td>The text to display in the preview area. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aab3b732a9ae8467ad4e200dc188b0327"></a><!-- doxytag: member="Gtk::FontSelection::wrap" ref="aab3b732a9ae8467ad4e200dc188b0327" args="(GtkFontSelection *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1FontSelection.html">Gtk::FontSelection</a>* wrap </td>
<td>(</td>
<td class="paramtype">GtkFontSelection * </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/fontselection.h</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:52 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>
|