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