1Gtk2::CellView(3) User Contributed Perl Documentation Gtk2::CellView(3)
2
3
4
6 Gtk2::CellView
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::CellView
14
16 Glib::Object::_Unregistered::AtkImplementorIface
17 Gtk2::CellLayout
18
20 widget = Gtk2::CellView->new
21
22 widget = Gtk2::CellView->new_with_markup ($markup)
23
24 * $markup (string)
25
26 widget = Gtk2::CellView->new_with_pixbuf ($pixbuf)
27
28 * $pixbuf (Gtk2::Gdk::Pixbuf)
29
30 widget = Gtk2::CellView->new_with_text ($text)
31
32 * $text (string)
33
34 $cell_view->set_background_color ($color)
35
36 * $color (Gtk2::Gdk::Color)
37
38 list = $cellview->get_cell_renderers
39
40 treepath = $cell_view->get_displayed_row
41
42 $cell_view->set_displayed_row ($path)
43
44 * $path (Gtk2::TreePath)
45
46 $cell_view->set_model ($model)
47
48 * $model (Gtk2::TreeModel)
49
50 requisition = $cell_view->get_size_of_row ($path)
51
52 * $path (Gtk2::TreePath)
53
55 'background' (string : writable / private)
56 Background color as a string
57
58 'background-gdk' (Gtk2::Gdk::Color : readable / writable / private)
59 Background color as a GdkColor
60
61 'background-set' (boolean : readable / writable / private)
62 Whether this tag affects the background color
63
64 'model' (Gtk2::TreeModel : readable / writable / private)
65 The model for cell view
66
68 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget
69
71 Copyright (C) 2003-2007 by the gtk2-perl team.
72
73 This software is licensed under the LGPL. See Gtk2 for a full notice.
74
75
76
77perl v5.8.8 2007-03-18 Gtk2::CellView(3)