Gtk2::Rc->add_default_file ($filename)
- $filename (localized file name)
Returns the list of files that GTK+ will read at the end of
Gtk2->init.
Gtk2::Rc->set_default_files (file1, ...)
- ... (list) of strings, the rc files to be parsed
- $file1 (localized file name)
Sets the list of files that GTK+ will read at the end of
Gtk2->init.
Gtk2::Rc->parse ($filename)
- $filename (localized file name)
Gtk2::Rc->parse_string ($rc_string)
boolean = Gtk2::Rc->reparse_all_for_settings
($settings, $force_load)
- $settings (Gtk2::Settings)
- $force_load (boolean)
Gtk2::Rc->reset_styles ($settings)
- $settings (Gtk2::Settings)
Since: gtk+ 2.4
style = Gtk2::Rc->get_style_by_paths ($settings,
$widget_path, $class_path, $package)
- $settings (Gtk2::Settings)
- $widget_path (string)
- $class_path (string)
- $package (string)
style = Gtk2::Rc->get_style ($widget)
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.