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 · $filename (localized file name)
11
12 list = Gtk2::Rc->get_default_files
13 Returns the list of files that GTK+ will read at the end of
14 Gtk2->init.
15
16 Gtk2::Rc->set_default_files (file1, ...)
17 · ... (list) of strings, the rc files to be parsed
18
19 · $file1 (localized file name)
20
21 Sets the list of files that GTK+ will read at the end of
22 Gtk2->init.
23
24 string = Gtk2::Rc->get_im_module_file
25 string = Gtk2::Rc->get_im_module_path
26 string = Gtk2::Rc->get_module_dir
27 Gtk2::Rc->parse ($filename)
28 · $filename (localized file name)
29
30 Gtk2::Rc->parse_string ($rc_string)
31 · $rc_string (string)
32
33 boolean = Gtk2::Rc->reparse_all
34 boolean = Gtk2::Rc->reparse_all_for_settings ($settings, $force_load)
35 · $settings (Gtk2::Settings)
36
37 · $force_load (boolean)
38
39 Gtk2::Rc->reset_styles ($settings)
40 · $settings (Gtk2::Settings)
41
42 Since: gtk+ 2.4
43
44 style = Gtk2::Rc->get_style_by_paths ($settings, $widget_path, $class_path,
45 $package)
46 · $settings (Gtk2::Settings)
47
48 · $widget_path (string)
49
50 · $class_path (string)
51
52 · $package (string)
53
54 style = Gtk2::Rc->get_style ($widget)
55 · $widget (Gtk2::Widget)
56
57 string = Gtk2::Rc->get_theme_dir
59 Gtk2
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::Rc(3)