Index
NAME 
Gtk2::Rc
METHODS 
Gtk2::Rc->add_default_file ($filename)
- * $filename (localized file name)
list = Gtk2::Rc->get_default_files
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.
string = Gtk2::Rc->get_im_module_file
string = Gtk2::Rc->get_im_module_path
string = Gtk2::Rc->get_module_dir
Gtk2::Rc->parse ($filename)
- * $filename (localized file name)
Gtk2::Rc->parse_string ($rc_string)
- * $rc_string (string)
boolean = Gtk2::Rc->reparse_all
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)
- * $widget (Gtk2::Widget)
string = Gtk2::Rc->get_theme_dir
SEE ALSO 
Gtk2
COPYRIGHT 
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.