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
|
<!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::IconTheme 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_1IconTheme.html">IconTheme</a>
</div>
</div>
<div class="contents">
<h1>Gtk::IconTheme Class Reference</h1><!-- doxytag: class="Gtk::IconTheme" --><!-- doxytag: inherits="Glib::Object" -->
<p>Inherits <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_1Object.html">Glib::Object</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::IconTheme:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1IconTheme__coll__graph.png" border="0" usemap="#Gtk_1_1IconTheme_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1IconTheme_coll__map" id="Gtk_1_1IconTheme_coll__map">
<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="20,160,111,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="5,83,125,112"/><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="12,5,119,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classGtk_1_1IconTheme-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_1IconTheme.html#a4db5d65d22433f58898baa6eef9947b9">~IconTheme</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkIconTheme* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a9f62bce0b8426d984104ca65493ad65b">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a9f62bce0b8426d984104ca65493ad65b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkIconTheme* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ab47f6ad780df65ae900862c469c1f45c">gobj</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#ab47f6ad780df65ae900862c469c1f45c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkIconTheme* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a47f5d7d4be820bdec8e3ed111e04a174">gobj_copy</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. <a href="#a47f5d7d4be820bdec8e3ed111e04a174"></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_1IconTheme.html#a101e27ca111105f250a7dccaa0407b52">set_screen</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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a> >& screen)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the screen for an icon theme; the screen is used to track the user's currently configured icon theme, which might be different for different screens. <a href="#a101e27ca111105f250a7dccaa0407b52"></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_1IconTheme.html#a59c3d4cee5fb4da8d00f885985a4db77">set_search_path</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_1ArrayHandle.html">Glib::ArrayHandle</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> >& path)</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_1ArrayHandle.html">Glib::ArrayHandle</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> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ac71e33fed05ddc2ea77be83358738019">get_search_path</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a6d3cb198791d11293b53a6d72e86dd71">append_search_path</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>& path)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Appends a directory to the search path. <a href="#a6d3cb198791d11293b53a6d72e86dd71"></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_1IconTheme.html#a3a7691445c999cf3f49fff52e6ef62b1">prepend_search_path</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>& path)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Prepends a directory to the search path. <a href="#a3a7691445c999cf3f49fff52e6ef62b1"></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_1IconTheme.html#acddc42b5b8c9731c3647953c5ab5196b">set_custom_theme</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>& theme_name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Sets the name of the icon theme that the <a class="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> object uses overriding system configuration. <a href="#acddc42b5b8c9731c3647953c5ab5196b"></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_1IconTheme.html#ac39844b977b82e670b88a693d619c624">has_icon</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>& icon_name) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Checks whether an icon theme includes an icon for a particular name. <a href="#ac39844b977b82e670b88a693d619c624"></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_1ArrayHandle.html">Glib::ArrayHandle</a>< int > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ad22427840443ee29e1a8624b7d5467cd">get_icon_sizes</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>& icon_name) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#add25d62c56474a4c0d3530240061c82f">lookup_icon</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>& icon_name, int <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01154.html#ga445a43f417432dd1b9aed90ef239c700">size</a>, <a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> flags) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up a named icon and returns a structure containing information such as the filename of the icon. <a href="#add25d62c56474a4c0d3530240061c82f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ab600162e67612d6c2e70fecda7217b1a">lookup_icon</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_1RefPtr.html">Glib::RefPtr</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/classGio_1_1Icon.html">Gio::Icon</a> >& icon, int <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01154.html#ga445a43f417432dd1b9aed90ef239c700">size</a>, <a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> flags) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up an icon and returns a structure containing information such as the filename of the icon. <a href="#ab600162e67612d6c2e70fecda7217b1a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a3f6475c7b851eff6fcf4392ac7defa50">choose_icon</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_1ArrayHandle.html">Glib::StringArrayHandle</a>& icon_names, int <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01154.html#ga445a43f417432dd1b9aed90ef239c700">size</a>, <a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> flags)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up a named icon and returns a structure containing information such as the filename of the icon. <a href="#a3f6475c7b851eff6fcf4392ac7defa50"></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="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a9e9307cefa458eea1e8946d9def2e527">load_icon</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>& icon_name, int <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01154.html#ga445a43f417432dd1b9aed90ef239c700">size</a>, <a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> flags=(<a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a>) 0) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Looks up an icon in an icon theme, scales it to the given size and renders it into a pixbuf. <a href="#a9e9307cefa458eea1e8946d9def2e527"></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_1ListHandle.html">Glib::ListHandle</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> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#adc468224087b238d568dd2b47301341d">list_icons</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>& context) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Lists a subset of icons in the current icon theme, by providing a context string. <a href="#adc468224087b238d568dd2b47301341d"></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_1ListHandle.html">Glib::ListHandle</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> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a6b0dabdc8269c78c81e6da20658f6b30">list_icons</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Lists the icons in the current icon theme. <a href="#a6b0dabdc8269c78c81e6da20658f6b30"></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_1ListHandle.html">Glib::ListHandle</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> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ab1dfc7291396a5c48a24611f5072ba09">list_contexts</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the list of contexts available within the current hierarchy of icon themes. <a href="#ab1dfc7291396a5c48a24611f5072ba09"></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_1IconTheme.html#aa2a1cca16c9b048e5b023d2212579d1a">get_example_icon_name</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the name of an icon that is representative of the current theme (for instance, to use when presenting a list of themes to the user. <a href="#aa2a1cca16c9b048e5b023d2212579d1a"></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_1IconTheme.html#a5cb5c0e2c62d565995a4142ca93b65ed">rescan_if_needed</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Checks to see if the icon theme has changed; if it has, any currently cached information is discarded and will be reloaded next time <em>icon_theme</em> is accessed. <a href="#a5cb5c0e2c62d565995a4142ca93b65ed"></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_1SignalProxy0.html">Glib::SignalProxy0</a>< void > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ab50617ee892526a732de2659ecb7b79c">signal_changed</a> ()</td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ab5e19724cb84f116235ca256194d49df">create</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a3afdba1b52bd99e26cffae6bdc7746f2">get_default</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the icon theme for the default screen. <a href="#a3afdba1b52bd99e26cffae6bdc7746f2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ae345ef63d7ae954bfc290fb9ed708bbd">get_for_screen</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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a> >& screen)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the icon theme object associated with <em>screen</em>; if this function has not previously been called for the given screen, a new icon theme object will be created and associated with the screen. <a href="#ae345ef63d7ae954bfc290fb9ed708bbd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#aec6f8962cf59343dbc30e1ba40bc5e72">add_builtin_icon</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>& icon_name, int <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01154.html#ga445a43f417432dd1b9aed90ef239c700">size</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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> >& pixbuf)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Registers a built-in icon for icon theme lookups. <a href="#aec6f8962cf59343dbc30e1ba40bc5e72"></a><br/></td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a657508c71596013f27b6a7e71225d153">IconTheme</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#ae19dff5d94f1e1f05c005c254a547e38">on_changed</a> ()</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="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="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1IconTheme.html#a54a6116e8b997b4e1f7489f6dd72dc29">wrap</a> (GtkIconTheme* 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="#a54a6116e8b997b4e1f7489f6dd72dc29"></a><br/></td></tr>
</table>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a4db5d65d22433f58898baa6eef9947b9"></a><!-- doxytag: member="Gtk::IconTheme::~IconTheme" ref="a4db5d65d22433f58898baa6eef9947b9" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gtk::IconTheme::~IconTheme </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="a657508c71596013f27b6a7e71225d153"></a><!-- doxytag: member="Gtk::IconTheme::IconTheme" ref="a657508c71596013f27b6a7e71225d153" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Gtk::IconTheme::IconTheme </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aec6f8962cf59343dbc30e1ba40bc5e72"></a><!-- doxytag: member="Gtk::IconTheme::add_builtin_icon" ref="aec6f8962cf59343dbc30e1ba40bc5e72" args="(const Glib::ustring &icon_name, int size, const Glib::RefPtr< Gdk::Pixbuf > &pixbuf)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void Gtk::IconTheme::add_builtin_icon </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>icon_name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> >& </td>
<td class="paramname"> <em>pixbuf</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Registers a built-in icon for icon theme lookups. </p>
<p>The idea of built-in icons is to allow an application or library that uses themed icons to function requiring files to be present in the file system. For instance, the default images for all of GTK+'s stock icons are registered as built-icons.</p>
<p>In general, if you use <a class="el" href="classGtk_1_1IconTheme.html#aec6f8962cf59343dbc30e1ba40bc5e72" title="Registers a built-in icon for icon theme lookups.">add_builtin_icon()</a> you should also install the icon in the icon theme, so that the icon is generally available.</p>
<p>This function will generally be used with pixbufs loaded via gdk_pixbuf_new_from_inline().</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000208">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon_name</em> </td><td>The name of the icon to register. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>The size at which to register the icon (different images can be registered for the same icon name at different sizes.). </td></tr>
<tr><td valign="top"></td><td valign="top"><em>pixbuf</em> </td><td><a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> that contains the image to use for <em>icon_name</em>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a6d3cb198791d11293b53a6d72e86dd71"></a><!-- doxytag: member="Gtk::IconTheme::append_search_path" ref="a6d3cb198791d11293b53a6d72e86dd71" args="(const Glib::ustring &path)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::IconTheme::append_search_path </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>path</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Appends a directory to the search path. </p>
<p>See <a class="el" href="classGtk_1_1IconTheme.html#a59c3d4cee5fb4da8d00f885985a4db77">set_search_path()</a>.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000199">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>path</em> </td><td>Directory name to append to the icon path. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a3f6475c7b851eff6fcf4392ac7defa50"></a><!-- doxytag: member="Gtk::IconTheme::choose_icon" ref="a3f6475c7b851eff6fcf4392ac7defa50" args="(const Glib::StringArrayHandle &icon_names, int size, IconLookupFlags flags)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> Gtk::IconTheme::choose_icon </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_1ArrayHandle.html">Glib::StringArrayHandle</a> & </td>
<td class="paramname"> <em>icon_names</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> </td>
<td class="paramname"> <em>flags</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Looks up a named icon and returns a structure containing information such as the filename of the icon. </p>
<p>The icon can then be rendered into a pixbuf using <a class="el" href="classGtk_1_1IconInfo.html#a5eec966046321610dba070b3c8d7e8e6" title="Renders an icon previously looked up in an icon theme using Gtk::IconTheme::lookup_icon();...">Gtk::IconInfo::load_icon()</a>. (<a class="el" href="classGtk_1_1IconTheme.html#a9e9307cefa458eea1e8946d9def2e527" title="Looks up an icon in an icon theme, scales it to the given size and renders it into...">load_icon()</a> combines these two steps if all you need is the pixbuf.)</p>
<p>If <em>icon_names</em> contains more than one name, this function tries them all in the given order before falling back to inherited icon themes. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon_names</em> </td><td>Array of icon names to lookup. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>Desired icon size. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>flags</em> </td><td>Flags modifying the behavior of the icon lookup. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1IconInfo.html">Gtk::IconInfo</a> structure containing information about the icon. <a class="el" href="classGtk_1_1IconInfo.html#a4e0ff5422c708a3a5e451786190a6f07">IconInfo::operator bool()</a> will be false if the icon wasn't found - for instance, if (icon_info) { ... }.</dd></dl>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000038">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="ab5e19724cb84f116235ca256194d49df"></a><!-- doxytag: member="Gtk::IconTheme::create" ref="ab5e19724cb84f116235ca256194d49df" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a>> Gtk::IconTheme::create </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a3afdba1b52bd99e26cffae6bdc7746f2"></a><!-- doxytag: member="Gtk::IconTheme::get_default" ref="a3afdba1b52bd99e26cffae6bdc7746f2" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a>> Gtk::IconTheme::get_default </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the icon theme for the default screen. </p>
<p>See <a class="el" href="classGtk_1_1IconTheme.html#ae345ef63d7ae954bfc290fb9ed708bbd" title="Gets the icon theme object associated with screen; if this function has not previously...">get_for_screen()</a>.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000196">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A unique <a class="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> associated with the default screen. This icon theme is associated with the screen and can be used as long as the screen is open. Do not ref or unref it. </dd></dl>
</div>
</div>
<a class="anchor" id="aa2a1cca16c9b048e5b023d2212579d1a"></a><!-- doxytag: member="Gtk::IconTheme::get_example_icon_name" ref="aa2a1cca16c9b048e5b023d2212579d1a" 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::IconTheme::get_example_icon_name </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the name of an icon that is representative of the current theme (for instance, to use when presenting a list of themes to the user. </p>
<p>)</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000206">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="ae345ef63d7ae954bfc290fb9ed708bbd"></a><!-- doxytag: member="Gtk::IconTheme::get_for_screen" ref="ae345ef63d7ae954bfc290fb9ed708bbd" args="(const Glib::RefPtr< Gdk::Screen > &screen)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static <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="el" href="classGtk_1_1IconTheme.html">IconTheme</a>> Gtk::IconTheme::get_for_screen </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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a> >& </td>
<td class="paramname"> <em>screen</em></td>
<td> ) </td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the icon theme object associated with <em>screen</em>; if this function has not previously been called for the given screen, a new icon theme object will be created and associated with the screen. </p>
<p>Icon theme objects are fairly expensive to create, so using this function is usually a better choice than calling than new() and setting the screen yourself; by using this function a single icon theme object will be shared between users.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000197">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>screen</em> </td><td>A <a class="el" href="classGdk_1_1Screen.html" title="Object representing a physical screen Gdk::Screen objects are the GDK representation...">Gdk::Screen</a>. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A unique <a class="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> associated with the given screen. This icon theme is associated with the screen and can be used as long as the screen is open. Do not ref or unref it. </dd></dl>
</div>
</div>
<a class="anchor" id="ad22427840443ee29e1a8624b7d5467cd"></a><!-- doxytag: member="Gtk::IconTheme::get_icon_sizes" ref="ad22427840443ee29e1a8624b7d5467cd" args="(const Glib::ustring &icon_name) 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_1ArrayHandle.html">Glib::ArrayHandle</a><int> Gtk::IconTheme::get_icon_sizes </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>icon_name</em></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ac71e33fed05ddc2ea77be83358738019"></a><!-- doxytag: member="Gtk::IconTheme::get_search_path" ref="ac71e33fed05ddc2ea77be83358738019" 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_1ArrayHandle.html">Glib::ArrayHandle</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::IconTheme::get_search_path </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ab47f6ad780df65ae900862c469c1f45c"></a><!-- doxytag: member="Gtk::IconTheme::gobj" ref="ab47f6ad780df65ae900862c469c1f45c" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GtkIconTheme* Gtk::IconTheme::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 GObject. </p>
<p>Reimplemented from <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_1ObjectBase.html#a778a94181132976bbfb0519793f3b32e">Glib::ObjectBase</a>.</p>
</div>
</div>
<a class="anchor" id="a9f62bce0b8426d984104ca65493ad65b"></a><!-- doxytag: member="Gtk::IconTheme::gobj" ref="a9f62bce0b8426d984104ca65493ad65b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkIconTheme* Gtk::IconTheme::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 GObject. </p>
<p>Reimplemented from <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_1ObjectBase.html#a4c6efc18be8cb9c56e58fc0bd20fafbe">Glib::ObjectBase</a>.</p>
</div>
</div>
<a class="anchor" id="a47f5d7d4be820bdec8e3ed111e04a174"></a><!-- doxytag: member="Gtk::IconTheme::gobj_copy" ref="a47f5d7d4be820bdec8e3ed111e04a174" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkIconTheme* Gtk::IconTheme::gobj_copy </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. </p>
</div>
</div>
<a class="anchor" id="ac39844b977b82e670b88a693d619c624"></a><!-- doxytag: member="Gtk::IconTheme::has_icon" ref="ac39844b977b82e670b88a693d619c624" args="(const Glib::ustring &icon_name) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gtk::IconTheme::has_icon </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>icon_name</em></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Checks whether an icon theme includes an icon for a particular name. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000202">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon_name</em> </td><td>The name of an icon. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd><code>true</code> if <em>icon_theme</em> includes an icon for <em>icon_name</em>. </dd></dl>
</div>
</div>
<a class="anchor" id="ab1dfc7291396a5c48a24611f5072ba09"></a><!-- doxytag: member="Gtk::IconTheme::list_contexts" ref="ab1dfc7291396a5c48a24611f5072ba09" 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_1ListHandle.html">Glib::ListHandle</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::IconTheme::list_contexts </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the list of contexts available within the current hierarchy of icon themes. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A list holding the names of all the contexts in the theme.</dd></dl>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000039">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="a6b0dabdc8269c78c81e6da20658f6b30"></a><!-- doxytag: member="Gtk::IconTheme::list_icons" ref="a6b0dabdc8269c78c81e6da20658f6b30" 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_1ListHandle.html">Glib::ListHandle</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::IconTheme::list_icons </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Lists the icons in the current icon theme. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A list holding the names of all the icons in the theme.</dd></dl>
<dl class="since_2_10"><dt><b><a class="el" href="since_2_10.html#_since_2_10000056">Since gtkmm 2.10:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="adc468224087b238d568dd2b47301341d"></a><!-- doxytag: member="Gtk::IconTheme::list_icons" ref="adc468224087b238d568dd2b47301341d" args="(const Glib::ustring &context) 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_1ListHandle.html">Glib::ListHandle</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::IconTheme::list_icons </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>context</em></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Lists a subset of icons in the current icon theme, by providing a context string. </p>
<p>The set of values for the context string is system dependent, but will typically include such values as 'Applications' and 'MimeTypes'. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>context</em> </td><td>A string identifying a particular type of icon. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The names of all the icons in the theme.</dd></dl>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000205">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="a9e9307cefa458eea1e8946d9def2e527"></a><!-- doxytag: member="Gtk::IconTheme::load_icon" ref="a9e9307cefa458eea1e8946d9def2e527" args="(const Glib::ustring &icon_name, int size, IconLookupFlags flags=(IconLookupFlags) 0) 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><<a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a>> Gtk::IconTheme::load_icon </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>icon_name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> </td>
<td class="paramname"> <em>flags</em> = <code>(<a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a>) 0</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Looks up an icon in an icon theme, scales it to the given size and renders it into a pixbuf. </p>
<p>This is a convenience function; if more details about the icon are needed, use <a class="el" href="classGtk_1_1IconTheme.html#add25d62c56474a4c0d3530240061c82f" title="Looks up a named icon and returns a structure containing information such as the...">lookup_icon()</a> followed by <a class="el" href="classGtk_1_1IconInfo.html#a5eec966046321610dba070b3c8d7e8e6" title="Renders an icon previously looked up in an icon theme using Gtk::IconTheme::lookup_icon();...">Gtk::IconInfo::load_icon()</a>.</p>
<p>Note that you probably want to listen for icon theme changes and update the icon. This is usually done by connecting to the GtkWidget::style-set signal. If for some reason you do not want to update the icon when the icon theme changes, you should consider using gdk_pixbuf_copy() to make a private copy of the pixbuf returned by this function. Otherwise GTK+ may need to keep the old icon theme loaded, which would be a waste of memory.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000204">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon_name</em> </td><td>The name of the icon to lookup. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>The desired icon size. The resulting icon may not be exactly this size; see <a class="el" href="classGtk_1_1IconInfo.html#a5eec966046321610dba070b3c8d7e8e6" title="Renders an icon previously looked up in an icon theme using Gtk::IconTheme::lookup_icon();...">Gtk::IconInfo::load_icon()</a>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>flags</em> </td><td>Flags modifying the behavior of the icon lookup. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The rendered icon; this may be a newly created icon or a new reference to an internal icon, so you must not modify the icon. Use Glib::object_unref() to release your reference to the icon. <code>0</code> if the icon isn't found. </dd></dl>
</div>
</div>
<a class="anchor" id="ab600162e67612d6c2e70fecda7217b1a"></a><!-- doxytag: member="Gtk::IconTheme::lookup_icon" ref="ab600162e67612d6c2e70fecda7217b1a" args="(const Glib::RefPtr< const Gio::Icon > &icon, int size, IconLookupFlags flags) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> Gtk::IconTheme::lookup_icon </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_1RefPtr.html">Glib::RefPtr</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/classGio_1_1Icon.html">Gio::Icon</a> > & </td>
<td class="paramname"> <em>icon</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> </td>
<td class="paramname"> <em>flags</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Looks up an icon and returns a structure containing information such as the filename of the icon. </p>
<p>The icon can then be rendered into a pixbuf using <a class="el" href="classGtk_1_1IconInfo.html#a5eec966046321610dba070b3c8d7e8e6" title="Renders an icon previously looked up in an icon theme using Gtk::IconTheme::lookup_icon();...">Gtk::IconInfo::load_icon()</a>.</p>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000090">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon</em> </td><td>The Icon to look up. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>Desired icon size. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>flags</em> </td><td>Flags modifying the behavior of the icon lookup. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A <a class="el" href="classGtk_1_1IconInfo.html">Gtk::IconInfo</a> structure containing information about the icon, or <code>0</code> if the icon wasn't found. Free with Gtk::IconInfo::free(). </dd></dl>
</div>
</div>
<a class="anchor" id="add25d62c56474a4c0d3530240061c82f"></a><!-- doxytag: member="Gtk::IconTheme::lookup_icon" ref="add25d62c56474a4c0d3530240061c82f" args="(const Glib::ustring &icon_name, int size, IconLookupFlags flags) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> Gtk::IconTheme::lookup_icon </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>icon_name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>size</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__gtkmmEnums.html#ga6d0c2193613cfb97ab313746a5bacaa2">IconLookupFlags</a> </td>
<td class="paramname"> <em>flags</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Looks up a named icon and returns a structure containing information such as the filename of the icon. </p>
<p>The icon can then be rendered into a pixbuf using <a class="el" href="classGtk_1_1IconInfo.html#a5eec966046321610dba070b3c8d7e8e6" title="Renders an icon previously looked up in an icon theme using Gtk::IconTheme::lookup_icon();...">Gtk::IconInfo::load_icon()</a>. (<a class="el" href="classGtk_1_1IconTheme.html#a9e9307cefa458eea1e8946d9def2e527" title="Looks up an icon in an icon theme, scales it to the given size and renders it into...">load_icon()</a> combines these two steps if all you need is the pixbuf.) </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>icon_name</em> </td><td>The name of the icon to lookup. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>Desired icon size. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>flags</em> </td><td>Flags modifying the behavior of the icon lookup. </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>An <a class="el" href="classGtk_1_1IconInfo.html">IconInfo</a> structure containing information about the icon. <a class="el" href="classGtk_1_1IconInfo.html#a4e0ff5422c708a3a5e451786190a6f07">IconInfo::operator bool()</a> will return false if the icon wasn't found. For instance, if (icon_info) { ... }.</dd></dl>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000203">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="ae19dff5d94f1e1f05c005c254a547e38"></a><!-- doxytag: member="Gtk::IconTheme::on_changed" ref="ae19dff5d94f1e1f05c005c254a547e38" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::IconTheme::on_changed </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a3a7691445c999cf3f49fff52e6ef62b1"></a><!-- doxytag: member="Gtk::IconTheme::prepend_search_path" ref="a3a7691445c999cf3f49fff52e6ef62b1" args="(const Glib::ustring &path)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::IconTheme::prepend_search_path </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>path</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Prepends a directory to the search path. </p>
<p>See <a class="el" href="classGtk_1_1IconTheme.html#a59c3d4cee5fb4da8d00f885985a4db77">set_search_path()</a>.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000200">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>path</em> </td><td>Directory name to prepend to the icon path. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5cb5c0e2c62d565995a4142ca93b65ed"></a><!-- doxytag: member="Gtk::IconTheme::rescan_if_needed" ref="a5cb5c0e2c62d565995a4142ca93b65ed" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Gtk::IconTheme::rescan_if_needed </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Checks to see if the icon theme has changed; if it has, any currently cached information is discarded and will be reloaded next time <em>icon_theme</em> is accessed. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000207">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd><code>true</code> if the icon theme has changed and needed to be reloaded. </dd></dl>
</div>
</div>
<a class="anchor" id="acddc42b5b8c9731c3647953c5ab5196b"></a><!-- doxytag: member="Gtk::IconTheme::set_custom_theme" ref="acddc42b5b8c9731c3647953c5ab5196b" args="(const Glib::ustring &theme_name)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::IconTheme::set_custom_theme </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>theme_name</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the name of the icon theme that the <a class="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> object uses overriding system configuration. </p>
<p>This function cannot be called on the icon theme objects returned from <a class="el" href="classGtk_1_1IconTheme.html#a3afdba1b52bd99e26cffae6bdc7746f2" title="Gets the icon theme for the default screen.">get_default()</a> and <a class="el" href="classGtk_1_1IconTheme.html#ae345ef63d7ae954bfc290fb9ed708bbd" title="Gets the icon theme object associated with screen; if this function has not previously...">get_for_screen()</a>.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000201">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theme_name</em> </td><td>Name of icon theme to use instead of configured theme, or <code>0</code> to unset a previously set custom theme. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a101e27ca111105f250a7dccaa0407b52"></a><!-- doxytag: member="Gtk::IconTheme::set_screen" ref="a101e27ca111105f250a7dccaa0407b52" args="(const Glib::RefPtr< Gdk::Screen > &screen)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::IconTheme::set_screen </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_1RefPtr.html">Glib::RefPtr</a>< <a class="el" href="classGdk_1_1Screen.html">Gdk::Screen</a> >& </td>
<td class="paramname"> <em>screen</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the screen for an icon theme; the screen is used to track the user's currently configured icon theme, which might be different for different screens. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000198">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>screen</em> </td><td>A <a class="el" href="classGdk_1_1Screen.html" title="Object representing a physical screen Gdk::Screen objects are the GDK representation...">Gdk::Screen</a>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a59c3d4cee5fb4da8d00f885985a4db77"></a><!-- doxytag: member="Gtk::IconTheme::set_search_path" ref="a59c3d4cee5fb4da8d00f885985a4db77" args="(const Glib::ArrayHandle< Glib::ustring > &path)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::IconTheme::set_search_path </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_1ArrayHandle.html">Glib::ArrayHandle</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> > & </td>
<td class="paramname"> <em>path</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ab50617ee892526a732de2659ecb7b79c"></a><!-- doxytag: member="Gtk::IconTheme::signal_changed" ref="ab50617ee892526a732de2659ecb7b79c" 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_1SignalProxy0.html">Glib::SignalProxy0</a>< void > Gtk::IconTheme::signal_changed </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<dl class="user"><dt><b>Prototype:</b></dt><dd><code>void on_my_changed()</code> </dd></dl>
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a54a6116e8b997b4e1f7489f6dd72dc29"></a><!-- doxytag: member="Gtk::IconTheme::wrap" ref="a54a6116e8b997b4e1f7489f6dd72dc29" args="(GtkIconTheme *object, bool take_copy=false)" -->
<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="el" href="classGtk_1_1IconTheme.html">Gtk::IconTheme</a> > wrap </td>
<td>(</td>
<td class="paramtype">GtkIconTheme * </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/icontheme.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>
|