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
|
<!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::CellLayout 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_1CellLayout.html">CellLayout</a>
</div>
</div>
<div class="contents">
<h1>Gtk::CellLayout Class Reference</h1><!-- doxytag: class="Gtk::CellLayout" --><!-- doxytag: inherits="Glib::Interface" -->
<p>An interface for packing cells. <a href="#_details">More...</a></p>
<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_1Interface.html">Glib::Interface</a>.</p>
<p>Inherited by <a class="el" href="classGtk_1_1CellView.html">Gtk::CellView</a>, and <a class="el" href="classGtk_1_1ComboBox.html">Gtk::ComboBox</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::CellLayout:</div>
<div class="dynsection">
<div class="center"><img src="classGtk_1_1CellLayout__coll__graph.png" border="0" usemap="#Gtk_1_1CellLayout_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1CellLayout_coll__map" id="Gtk_1_1CellLayout_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_1Interface.html" title="Glib::Interface" alt="" coords="13,160,117,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_1CellLayout-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="elRef" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">sigc::slot</a>< void, <br class="typebreak"/>
const <br class="typebreak"/>
<a class="el" href="classGtk_1_1TreeIter.html">TreeModel::const_iterator</a>& > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#aefa8f02e6c9757cbc89651985c6b65d0">SlotCellData</a></td></tr>
<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_1CellLayout.html#a112549785bc1e0de1e6f5a76799f93d0">~CellLayout</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkCellLayout* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a175c08fa974896e5fe1cad77ac3de6f0">gobj</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a175c08fa974896e5fe1cad77ac3de6f0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkCellLayout* </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a75876a398f347198156e8cbf81e30ffd">gobj</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Provides access to the underlying C GObject. <a href="#a75876a398f347198156e8cbf81e30ffd"></a><br/></td></tr>
<tr><td class="memTemplParams" colspan="2">template<class ColumnType > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#ac1501924a7d6eca4d272edf8d3df30ee">pack_start</a> (const <a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a>< ColumnType >& model_column, bool expand=true)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a9bf15a714d0740e6f3e76e2b0223ddf7">pack_start</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, bool expand=true)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Packs the <em>cell</em> into the beginning of <em>cell_layout</em>. <a href="#a9bf15a714d0740e6f3e76e2b0223ddf7"></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_1CellLayout.html#a83e9262b85ca69cd513a110b1d5af4bc">pack_end</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, bool expand=true)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds the <em>cell</em> to the end of <em>cell_layout</em>. <a href="#a83e9262b85ca69cd513a110b1d5af4bc"></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="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#ad8494c8d9bf5fc2cd667618b7383d54d">get_cells</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return value: a list of cell renderers. <a href="#ad8494c8d9bf5fc2cd667618b7383d54d"></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>< const <br class="typebreak"/>
<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#abe4baf3cc6803abe36cffa91aaab6e01">get_cells</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return value: a list of cell renderers. <a href="#abe4baf3cc6803abe36cffa91aaab6e01"></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_1CellLayout.html#ab87faf407763c4df8985ac7ff985fad8">clear</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Unsets all the mappings on all renderers on <em>cell_layout</em> and removes all renderers from <em>cell_layout</em>. <a href="#ab87faf407763c4df8985ac7ff985fad8"></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_1CellLayout.html#ae1e828ee890b1a27ea8992e67a43faa8">add_attribute</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, 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>& attribute, int column)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds an attribute mapping to the list in <em>cell_layout</em>. <a href="#ae1e828ee890b1a27ea8992e67a43faa8"></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_1CellLayout.html#ae5f84edaa30e5c586ca9266961bb4f96">add_attribute</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_1PropertyProxy__Base.html">Glib::PropertyProxy_Base</a>& property, const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>& column)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a26f3fdcf770420862d59de5d81c63192">add_attribute</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, 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>& attribute, const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>& column)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#ac23a02cf056ff0187092f15051ca4433">set_cell_data_func</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, const <a class="elRef" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">SlotCellData</a>& slot)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#af6f996cbf2f5f5a447b3f3a3f7399512">clear_attributes</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Clears all existing attributes previously set with set_attributes(). <a href="#af6f996cbf2f5f5a447b3f3a3f7399512"></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_1CellLayout.html#ae29bdb7e0a9944c2ce45a70f43bcb5fc">reorder</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& cell, int position)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Re-inserts <em>cell</em> at <em>position</em>. <a href="#ae29bdb7e0a9944c2ce45a70f43bcb5fc"></a><br/></td></tr>
<tr><td class="memTemplParams" colspan="2">template<class T_ModelColumnType > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a4ec24cf5acbef5fb955d7b68c547abdb">pack_start</a> (const <a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a>< T_ModelColumnType >& column, bool expand)</td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a9531924552d5f7d9d7edee932274fc29">add_interface</a> (GType gtype_implementer)</td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a0a7dc4f737ca7ceb5567ae90fefdfd20">pack_start_vfunc</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* cell, bool expand)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a1db89a56eaf75ded6d722477b4ee02d3">pack_end_vfunc</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* cell, bool expand)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a64ab4021e702f8715af7deb604561b52">clear_vfunc</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_1CellLayout.html#afc73bf38d630376599ba75a811c84051">add_attribute_vfunc</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* cell, 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>& attribute, int column)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#af8e8726f66d164f8ea663a026dc0bc38">clear_attributes_vfunc</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* cell)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a7b815026301beba230e7bbac3634c3c5">reorder_vfunc</a> (<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* cell, int position)</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_1CellLayout.html">Gtk::CellLayout</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CellLayout.html#a539219463fddd9da31cd97bbc5f622c1">wrap</a> (GtkCellLayout* 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="#a539219463fddd9da31cd97bbc5f622c1"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An interface for packing cells. </p>
<p><a class="el" href="classGtk_1_1CellLayout.html" title="An interface for packing cells.">CellLayout</a> is an interface to be implemented by all objects which want to provide a <a class="el" href="classGtk_1_1TreeView.html#ac1ae0dc1852b7204ea27bc504cd5c21b" title="A visible column in a Gtk::TreeView widget.">TreeView::Column</a>-like API for packing cells, setting attributes and data funcs. </p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aefa8f02e6c9757cbc89651985c6b65d0"></a><!-- doxytag: member="Gtk::CellLayout::SlotCellData" ref="aefa8f02e6c9757cbc89651985c6b65d0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="elRef" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">sigc::slot</a><void, const <a class="el" href="classGtk_1_1TreeIter.html">TreeModel::const_iterator</a>&> <a class="elRef" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">Gtk::CellLayout::SlotCellData</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a112549785bc1e0de1e6f5a76799f93d0"></a><!-- doxytag: member="Gtk::CellLayout::~CellLayout" ref="a112549785bc1e0de1e6f5a76799f93d0" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual Gtk::CellLayout::~CellLayout </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a26f3fdcf770420862d59de5d81c63192"></a><!-- doxytag: member="Gtk::CellLayout::add_attribute" ref="a26f3fdcf770420862d59de5d81c63192" args="(CellRenderer &cell, const Glib::ustring &attribute, const TreeModelColumnBase &column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::add_attribute </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</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_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>attribute</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>& </td>
<td class="paramname"> <em>column</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ae5f84edaa30e5c586ca9266961bb4f96"></a><!-- doxytag: member="Gtk::CellLayout::add_attribute" ref="ae5f84edaa30e5c586ca9266961bb4f96" args="(const Glib::PropertyProxy_Base &property, const TreeModelColumnBase &column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::add_attribute </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_1PropertyProxy__Base.html">Glib::PropertyProxy_Base</a> & </td>
<td class="paramname"> <em>property</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>& </td>
<td class="paramname"> <em>column</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ae1e828ee890b1a27ea8992e67a43faa8"></a><!-- doxytag: member="Gtk::CellLayout::add_attribute" ref="ae1e828ee890b1a27ea8992e67a43faa8" args="(CellRenderer &cell, const Glib::ustring &attribute, int column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::add_attribute </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</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_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>attribute</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>column</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Adds an attribute mapping to the list in <em>cell_layout</em>. </p>
<p>The <em>column</em> is the column of the model to get a value from, and the <em>attribute</em> is the parameter on <em>cell</em> to be set from the value. So for example if column 2 of the model contains strings, you could have the "text" attribute of a <a class="el" href="classGtk_1_1CellRendererText.html" title="Renders text in a cell.">Gtk::CellRendererText</a> get its values from column 2.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000055">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>cell</em> </td><td>A <a class="el" href="classGtk_1_1CellRenderer.html" title="CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column...">Gtk::CellRenderer</a>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>attribute</em> </td><td>An attribute on the renderer. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>column</em> </td><td>The column position on the model to get the attribute from. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="afc73bf38d630376599ba75a811c84051"></a><!-- doxytag: member="Gtk::CellLayout::add_attribute_vfunc" ref="afc73bf38d630376599ba75a811c84051" args="(CellRenderer *cell, const Glib::ustring &attribute, int column)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::add_attribute_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* </td>
<td class="paramname"> <em>cell</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_1ustring.html">Glib::ustring</a> & </td>
<td class="paramname"> <em>attribute</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>column</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a9531924552d5f7d9d7edee932274fc29"></a><!-- doxytag: member="Gtk::CellLayout::add_interface" ref="a9531924552d5f7d9d7edee932274fc29" args="(GType gtype_implementer)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">static void Gtk::CellLayout::add_interface </td>
<td>(</td>
<td class="paramtype">GType </td>
<td class="paramname"> <em>gtype_implementer</em></td>
<td> ) </td>
<td><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ab87faf407763c4df8985ac7ff985fad8"></a><!-- doxytag: member="Gtk::CellLayout::clear" ref="ab87faf407763c4df8985ac7ff985fad8" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::clear </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Unsets all the mappings on all renderers on <em>cell_layout</em> and removes all renderers from <em>cell_layout</em>. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000054">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<p>Reimplemented in <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a52e3bc91e1153c36aa046ec249880022">Gtk::ComboBoxEntryText</a>, and <a class="el" href="classGtk_1_1ComboBoxText.html#aff2f7bdb9e8796eb4f30fba36a37435e">Gtk::ComboBoxText</a>.</p>
</div>
</div>
<a class="anchor" id="af6f996cbf2f5f5a447b3f3a3f7399512"></a><!-- doxytag: member="Gtk::CellLayout::clear_attributes" ref="af6f996cbf2f5f5a447b3f3a3f7399512" args="(CellRenderer &cell)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::clear_attributes </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</em></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Clears all existing attributes previously set with set_attributes(). </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000056">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>cell</em> </td><td>A <a class="el" href="classGtk_1_1CellRenderer.html" title="CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column...">Gtk::CellRenderer</a> to clear the attribute mapping on. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="af8e8726f66d164f8ea663a026dc0bc38"></a><!-- doxytag: member="Gtk::CellLayout::clear_attributes_vfunc" ref="af8e8726f66d164f8ea663a026dc0bc38" args="(CellRenderer *cell)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::clear_attributes_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* </td>
<td class="paramname"> <em>cell</em></td>
<td> ) </td>
<td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a64ab4021e702f8715af7deb604561b52"></a><!-- doxytag: member="Gtk::CellLayout::clear_vfunc" ref="a64ab4021e702f8715af7deb604561b52" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::clear_vfunc </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="abe4baf3cc6803abe36cffa91aaab6e01"></a><!-- doxytag: member="Gtk::CellLayout::get_cells" ref="abe4baf3cc6803abe36cffa91aaab6e01" 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><const <a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>*> Gtk::CellLayout::get_cells </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return value: a list of cell renderers. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A list of cell renderers.</dd></dl>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000029">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="ad8494c8d9bf5fc2cd667618b7383d54d"></a><!-- doxytag: member="Gtk::CellLayout::get_cells" ref="ad8494c8d9bf5fc2cd667618b7383d54d" 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_1ListHandle.html">Glib::ListHandle</a><<a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>*> Gtk::CellLayout::get_cells </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Return value: a list of cell renderers. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A list of cell renderers.</dd></dl>
<dl class="since_2_12"><dt><b><a class="el" href="since_2_12.html#_since_2_12000028">Since gtkmm 2.12:</a></b></dt><dd></dd></dl>
</div>
</div>
<a class="anchor" id="a75876a398f347198156e8cbf81e30ffd"></a><!-- doxytag: member="Gtk::CellLayout::gobj" ref="a75876a398f347198156e8cbf81e30ffd" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const GtkCellLayout* Gtk::CellLayout::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_1Interface.html#a70a443071a69d3372c2cdd7128a91ed1">Glib::Interface</a>.</p>
<p>Reimplemented in <a class="el" href="classGtk_1_1CellView.html#ac1675282461dc6f0d951fe2205963b04">Gtk::CellView</a>, <a class="el" href="classGtk_1_1ComboBox.html#aee51ea71c25139d89c385cd6752358d2">Gtk::ComboBox</a>, and <a class="el" href="classGtk_1_1ComboBoxEntry.html#aaed72bc5a7cd255a0f6f6345f840d499">Gtk::ComboBoxEntry</a>.</p>
</div>
</div>
<a class="anchor" id="a175c08fa974896e5fe1cad77ac3de6f0"></a><!-- doxytag: member="Gtk::CellLayout::gobj" ref="a175c08fa974896e5fe1cad77ac3de6f0" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GtkCellLayout* Gtk::CellLayout::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_1Interface.html#a969e9396f75132a9577428f4fa932d42">Glib::Interface</a>.</p>
<p>Reimplemented in <a class="el" href="classGtk_1_1CellView.html#a9ed6cb8ffe144660ce9c6a1f0a88cfa4">Gtk::CellView</a>, <a class="el" href="classGtk_1_1ComboBox.html#a187397e3b51ed9bec9a156c608288b59">Gtk::ComboBox</a>, and <a class="el" href="classGtk_1_1ComboBoxEntry.html#a56e85dfdf965ab78608f408f5cb1de64">Gtk::ComboBoxEntry</a>.</p>
</div>
</div>
<a class="anchor" id="a83e9262b85ca69cd513a110b1d5af4bc"></a><!-- doxytag: member="Gtk::CellLayout::pack_end" ref="a83e9262b85ca69cd513a110b1d5af4bc" args="(CellRenderer &cell, bool expand=true)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::pack_end </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em> = <code>true</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Adds the <em>cell</em> to the end of <em>cell_layout</em>. </p>
<p>If <em>expand</em> is <code>false</code>, then the <em>cell</em> is allocated no more space than it needs. Any unused space is divided evenly between cells for which <em>expand</em> is <code>true</code>.</p>
<p>Note that reusing the same cell renderer is not supported.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000053">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>cell</em> </td><td>A <a class="el" href="classGtk_1_1CellRenderer.html" title="CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column...">Gtk::CellRenderer</a>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>expand</em> </td><td><code>true</code> if <em>cell</em> is to be given extra space allocated to <em>cell_layout</em>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a1db89a56eaf75ded6d722477b4ee02d3"></a><!-- doxytag: member="Gtk::CellLayout::pack_end_vfunc" ref="a1db89a56eaf75ded6d722477b4ee02d3" args="(CellRenderer *cell, bool expand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::pack_end_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a4ec24cf5acbef5fb955d7b68c547abdb"></a><!-- doxytag: member="Gtk::CellLayout::pack_start" ref="a4ec24cf5acbef5fb955d7b68c547abdb" args="(const TreeModelColumn< T_ModelColumnType > &column, bool expand)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class T_ModelColumnType > </div>
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::pack_start </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a>< T_ModelColumnType >& </td>
<td class="paramname"> <em>column</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a9bf15a714d0740e6f3e76e2b0223ddf7"></a><!-- doxytag: member="Gtk::CellLayout::pack_start" ref="a9bf15a714d0740e6f3e76e2b0223ddf7" args="(CellRenderer &cell, bool expand=true)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::pack_start </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em> = <code>true</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Packs the <em>cell</em> into the beginning of <em>cell_layout</em>. </p>
<p>If <em>expand</em> is <code>false</code>, then the <em>cell</em> is allocated no more space than it needs. Any unused space is divided evenly between cells for which <em>expand</em> is <code>true</code>.</p>
<p>Note that reusing the same cell renderer is not supported.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000052">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>cell</em> </td><td>A <a class="el" href="classGtk_1_1CellRenderer.html" title="CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column...">Gtk::CellRenderer</a>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>expand</em> </td><td><code>true</code> if <em>cell</em> is to be given extra space allocated to <em>cell_layout</em>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ac1501924a7d6eca4d272edf8d3df30ee"></a><!-- doxytag: member="Gtk::CellLayout::pack_start" ref="ac1501924a7d6eca4d272edf8d3df30ee" args="(const TreeModelColumn< ColumnType > &model_column, bool expand=true)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template <class ColumnType > </div>
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::pack_start </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumn.html">TreeModelColumn</a>< ColumnType >& </td>
<td class="paramname"> <em>model_column</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em> = <code>true</code></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a0a7dc4f737ca7ceb5567ae90fefdfd20"></a><!-- doxytag: member="Gtk::CellLayout::pack_start_vfunc" ref="a0a7dc4f737ca7ceb5567ae90fefdfd20" args="(CellRenderer *cell, bool expand)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::pack_start_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"> <em>expand</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ae29bdb7e0a9944c2ce45a70f43bcb5fc"></a><!-- doxytag: member="Gtk::CellLayout::reorder" ref="ae29bdb7e0a9944c2ce45a70f43bcb5fc" args="(CellRenderer &cell, int position)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::reorder </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>position</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Re-inserts <em>cell</em> at <em>position</em>. </p>
<p>Note that <em>cell</em> has already to be packed into <em>cell_layout</em> for this to function properly.</p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000057">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>cell</em> </td><td>A <a class="el" href="classGtk_1_1CellRenderer.html" title="CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column...">Gtk::CellRenderer</a> to reorder. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>position</em> </td><td>New position to insert <em>cell</em> at. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a7b815026301beba230e7bbac3634c3c5"></a><!-- doxytag: member="Gtk::CellLayout::reorder_vfunc" ref="a7b815026301beba230e7bbac3634c3c5" args="(CellRenderer *cell, int position)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void Gtk::CellLayout::reorder_vfunc </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>* </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>position</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="ac23a02cf056ff0187092f15051ca4433"></a><!-- doxytag: member="Gtk::CellLayout::set_cell_data_func" ref="ac23a02cf056ff0187092f15051ca4433" args="(CellRenderer &cell, const SlotCellData &slot)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Gtk::CellLayout::set_cell_data_func </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classGtk_1_1CellRenderer.html">CellRenderer</a>& </td>
<td class="paramname"> <em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="elRef" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/classsigc_1_1slot.html">SlotCellData</a> & </td>
<td class="paramname"> <em>slot</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a539219463fddd9da31cd97bbc5f622c1"></a><!-- doxytag: member="Gtk::CellLayout::wrap" ref="a539219463fddd9da31cd97bbc5f622c1" args="(GtkCellLayout *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_1CellLayout.html">Gtk::CellLayout</a> > wrap </td>
<td>(</td>
<td class="paramtype">GtkCellLayout * </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/celllayout.h</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:47 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>
|