1Gtk2::CellRendererPixbuUfs(e3r)Contributed Perl DocumentGattki2o:n:CellRendererPixbuf(3)
2
3
4
6 Gtk2::CellRendererPixbuf - wrapper for GtkCellRendererPixbuf
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::CellRenderer
13 +----Gtk2::CellRendererPixbuf
14
16 cellrenderer = Gtk2::CellRendererPixbuf->new
18 'follow-state' (boolean : default false : readable / writable / private
19 / static-nick / static-blurb)
20 Whether the rendered pixbuf should be colorized according to the
21 state
22
23 'gicon' (Glib::Object::_Unregistered::GIcon : default undef : readable
24 / writable / private / static-nick / static-blurb)
25 The GIcon being displayed
26
27 'icon-name' (string : default undef : readable / writable / private /
28 static-nick / static-blurb)
29 The name of the icon from the icon theme
30
31 'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable /
32 private / static-nick / static-blurb)
33 The pixbuf to render
34
35 'pixbuf-expander-closed' (Gtk2::Gdk::Pixbuf : default undef : readable
36 / writable / private / static-nick / static-blurb)
37 Pixbuf for closed expander
38
39 'pixbuf-expander-open' (Gtk2::Gdk::Pixbuf : default undef : readable /
40 writable / private / static-nick / static-blurb)
41 Pixbuf for open expander
42
43 'stock-detail' (string : default undef : readable / writable / private
44 / static-nick / static-blurb)
45 Render detail to pass to the theme engine
46
47 'stock-id' (string : default undef : readable / writable / private /
48 static-nick / static-blurb)
49 The stock ID of the stock icon to render
50
51 'stock-size' (Glib::UInt : default 1 : readable / writable / private /
52 static-nick / static-blurb)
53 The GtkIconSize value that specifies the size of the rendered icon
54
56 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
57 Gtk2::CellRenderer
58
60 Copyright (C) 2003-2011 by the gtk2-perl team.
61
62 This software is licensed under the LGPL. See Gtk2 for a full notice.
63
64
65
66perl v5.36.0 2022-07-22 Gtk2::CellRendererPixbuf(3)