1Gtk2::Rc(3) User Contributed Perl Documentation Gtk2::Rc(3)
2
3
4
6 Gtk2::Rc
7
9 Gtk2::Rc->add_default_file ($filename)
10
11 * $filename (localized file name)
12
13 list = Gtk2::Rc->get_default_files
14
15 Returns the list of files that GTK+ will read at the end of
16 Gtk2->init.
17
18 Gtk2::Rc->set_default_files (file1, ...)
19
20 * ... (list) of strings, the rc files to be parsed
21 * $file1 (localized file name)
22
23 Sets the list of files that GTK+ will read at the end of
24 Gtk2->init.
25
26 string = Gtk2::Rc->get_im_module_file
27
28 string = Gtk2::Rc->get_im_module_path
29
30 string = Gtk2::Rc->get_module_dir
31
32 Gtk2::Rc->parse ($filename)
33
34 * $filename (localized file name)
35
36 Gtk2::Rc->parse_string ($rc_string)
37
38 * $rc_string (string)
39
40 boolean = Gtk2::Rc->reparse_all
41
42 boolean = Gtk2::Rc->reparse_all_for_settings ($settings, $force_load)
43
44 * $settings (Gtk2::Settings)
45 * $force_load (boolean)
46
47 Gtk2::Rc->reset_styles ($settings)
48
49 * $settings (Gtk2::Settings)
50
51 style = Gtk2::Rc->get_style_by_paths ($settings, $widget_path,
52 $class_path, $package)
53
54 * $settings (Gtk2::Settings)
55 * $widget_path (string)
56 * $class_path (string)
57 * $package (string)
58
59 style = Gtk2::Rc->get_style ($widget)
60
61 * $widget (Gtk2::Widget)
62
63 string = Gtk2::Rc->get_theme_dir
64
66 Gtk2
67
69 Copyright (C) 2003-2007 by the gtk2-perl team.
70
71 This software is licensed under the LGPL. See Gtk2 for a full notice.
72
73
74
75perl v5.8.8 2007-03-18 Gtk2::Rc(3)