1Gtk2::CellView(3)     User Contributed Perl Documentation    Gtk2::CellView(3)
2
3
4

NAME

6       Gtk2::CellView
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::CellView
14

INTERFACES

16         Glib::Object::_Unregistered::AtkImplementorIface
17         Gtk2::Buildable
18         Gtk2::CellLayout
19

METHODS

21   widget = Gtk2::CellView->new
22   widget = Gtk2::CellView->new_with_markup ($markup)
23           ·   $markup (string)
24
25   widget = Gtk2::CellView->new_with_pixbuf ($pixbuf)
26           ·   $pixbuf (Gtk2::Gdk::Pixbuf)
27
28   widget = Gtk2::CellView->new_with_text ($text)
29           ·   $text (string)
30
31   $cell_view->set_background_color ($color)
32           ·   $color (Gtk2::Gdk::Color)
33
34   list = $cellview->get_cell_renderers
35   treepath = $cell_view->get_displayed_row
36   $cell_view->set_displayed_row ($path)
37           ·   $path (Gtk2::TreePath)
38
39   $cell_view->set_model ($model)
40           ·   $model (Gtk2::TreeModel)
41
42   requisition = $cell_view->get_size_of_row ($path)
43           ·   $path (Gtk2::TreePath)
44

PROPERTIES

46       'background' (string : writable / private)
47           Background color as a string
48
49       'background-gdk' (Gtk2::Gdk::Color : readable / writable / private)
50           Background color as a GdkColor
51
52       'background-set' (boolean : readable / writable / private)
53           Whether this tag affects the background color
54
55       'model' (Gtk2::TreeModel : readable / writable / private)
56           The model for cell view
57

SEE ALSO

59       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget
60
62       Copyright (C) 2003-2008 by the gtk2-perl team.
63
64       This software is licensed under the LGPL.  See Gtk2 for a full notice.
65
66
67
68perl v5.12.0                      2010-05-02                 Gtk2::CellView(3)
Impressum