1Gtk2::CellLayout(3) User Contributed Perl Documentation Gtk2::CellLayout(3)
2
3
4
6 Gtk2::CellLayout
7
9 Glib::Object::_Unregistered::GInterface
10 +----Gtk2::CellLayout
11
13 $cell_layout->add_attribute ($cell, $attribute, $column)
14
15 * $cell (Gtk2::CellRenderer)
16 * $attribute (string)
17 * $column (integer)
18
19 $cell_layout->set_attributes ($cell, ...)
20
21 * $cell (Gtk2::CellRenderer)
22 * ... (list)
23
24 $cell_layout->set_cell_data_func ($cell, $func, $func_data=undef)
25
26 * $cell (Gtk2::CellRenderer)
27 * $func (scalar)
28 * $func_data (scalar)
29
30 $cell_layout->clear
31
32 $cell_layout->clear_attributes ($cell)
33
34 * $cell (Gtk2::CellRenderer)
35
36 $cell_layout->pack_end ($cell, $expand)
37
38 * $cell (Gtk2::CellRenderer)
39 * $expand (boolean)
40
41 $cell_layout->pack_start ($cell, $expand)
42
43 * $cell (Gtk2::CellRenderer)
44 * $expand (boolean)
45
46 $cell_layout->reorder ($cell, $position)
47
48 * $cell (Gtk2::CellRenderer)
49 * $position (integer)
50
52 Gtk2, Glib::Object::_Unregistered::GInterface
53
55 Copyright (C) 2003-2007 by the gtk2-perl team.
56
57 This software is licensed under the LGPL. See Gtk2 for a full notice.
58
59
60
61perl v5.8.8 2007-03-18 Gtk2::CellLayout(3)