1Gtk2::IconInfo(3) User Contributed Perl Documentation Gtk2::IconInfo(3)
2
3
4
6 Gtk2::IconInfo
7
9 Glib::Boxed
10 +----Gtk2::IconInfo
11
13 list = $icon_info->get_attach_points
14
15 Returns the attach points as an interleaved list of x and y coordi‐
16 nates.
17
18 integer = $icon_info->get_base_size
19
20 pixbuf or undef = $icon_info->get_builtin_pixbuf
21
22 string = $icon_info->get_display_name
23
24 rectangle = $icon_info->get_embedded_rect
25
26 string = $icon_info->get_filename
27
28 pixbuf or undef = $icon_info->load_icon
29
30 May croak with a Glib::Error in $@ on failure.
31
32 $icon_info->set_raw_coordinates ($raw_coordinates)
33
34 * $raw_coordinates (boolean)
35
37 Gtk2, Glib::Boxed
38
40 Copyright (C) 2003-2007 by the gtk2-perl team.
41
42 This software is licensed under the LGPL. See Gtk2 for a full notice.
43
44
45
46perl v5.8.8 2007-03-18 Gtk2::IconInfo(3)