1Gtk2::IconFactory(3) User Contributed Perl Documentation Gtk2::IconFactory(3)
2
3
4
6 Gtk2::IconFactory
7
9 Glib::Object
10 +----Gtk2::IconFactory
11
13 iconfactory = Gtk2::IconFactory->new
14
15 $factory->add ($stock_id, $icon_set)
16
17 * $stock_id (string)
18 * $icon_set (Gtk2::IconSet)
19
20 $factory->add_default
21
22 iconset = $factory->lookup ($stock_id)
23
24 * $stock_id (string)
25
26 iconset = Gtk2::IconFactory->lookup_default ($stock_id)
27
28 * $stock_id (string)
29
30 $factory->remove_default
31
33 Gtk2, Glib::Object
34
36 Copyright (C) 2003-2007 by the gtk2-perl team.
37
38 This software is licensed under the LGPL. See Gtk2 for a full notice.
39
40
41
42perl v5.8.8 2007-03-18 Gtk2::IconFactory(3)