Gtk2::Rc(3) User Contributed Perl Documentation Gtk2::Rc(3) NAME Gtk2::Rc METHODS Gtk2::Rc->add_default_file ($filename) o $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, ...) o ... (list) of strings, the rc files to be parsed o $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) o $filename (localized file name) Gtk2::Rc->parse_string ($rc_string) o $rc_string (string) boolean = Gtk2::Rc->reparse_all boolean = Gtk2::Rc->reparse_all_for_settings ($settings, $force_load) o $settings (Gtk2::Settings) o $force_load (boolean) Gtk2::Rc->reset_styles ($settings) o $settings (Gtk2::Settings) Since: gtk+ 2.4 style = Gtk2::Rc->get_style_by_paths ($settings, $widget_path, $class_path, $package) o $settings (Gtk2::Settings) o $widget_path (string) o $class_path (string) o $package (string) style = Gtk2::Rc->get_style ($widget) o $widget (Gtk2::Widget) string = Gtk2::Rc->get_theme_dir SEE ALSO Gtk2 COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.38.0 2023-07-25 Gtk2::Rc(3)