Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::rc(3pm) [debian man page]

Gtk2::Rc(3pm)						User Contributed Perl Documentation					     Gtk2::Rc(3pm)

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.14.2 2012-05-27 Gtk2::Rc(3pm)

Check Out this Related Man Page

Gtk2::ToggleToolButton(3pm)				User Contributed Perl Documentation			       Gtk2::ToggleToolButton(3pm)

NAME
Gtk2::ToggleToolButton - wrapper for GtkToggleToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::ToggleToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::ToggleToolButton->new toolitem = Gtk2::ToggleToolButton->new_from_stock ($stock_id) o $stock_id (string) boolean = $button->get_active $button->set_active ($is_active) o $is_active (boolean) PROPERTIES
'active' (boolean : default false : readable / writable / private) If the toggle button should be pressed in or not SIGNALS
toggled (Gtk2::ToggleToolButton) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton 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.14.2 2012-05-27 Gtk2::ToggleToolButton(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

SunSolaris-v5.9: Default Security Settings

I am working on SunSolaris- v5.9 and am trying to obtain default security settings (including password settings). Although in the AIX environment, to obtain default setting the following commands are used: /etc/security/user /etc/security/limits /etc/security/environ... (1 Reply)
Discussion started by: eysheikah
1 Replies

2. Programming

perl/Gtk2: issue with initializing Gtk2

hi everybody, currently i'm playing with perl and Gtk2. i've found a fairly old but nice looking example of a client/server application which is written in perl and Gtk2. the server part works perfect but i can't start the client part and keep getting following error message: $ ./client-gui.pl... (1 Reply)
Discussion started by: pseudocoder
1 Replies

3. HP-UX

Vi Editor Settings For Hp-UX

can any one provide me Vi Edior Settings for HP-UX I searched the forum i cound't able to find much information. 1) Need Vi editor setting for Color Code ... to work in C++ (Highlight Syntax .... as Vi Editor in Linux ... which we enable the syntax) 2)Delete , backspace , arrows , home ,... (3 Replies)
Discussion started by: girija
3 Replies

4. Solaris

Required PUTTY Settings

(1 Reply)
Discussion started by: girija
1 Replies

5. AIX

Settings change in aix

Hi Can any one tell the procedure to change the maxpout and minpout settings on AIX (1 Reply)
Discussion started by: newtoaixos
1 Replies

6. UNIX for Dummies Questions & Answers

Print script is completed successfully or not

Hai guys I am running three shellscripts through Gtk2-Perl(GUI) these are the scripts Drccalibrescript1 script2 script3 Gtk2-Perl(GUI) drccalibre -> If I run this script through Gtk2-Perl(GUI) these are results of the drccalibrescript1 . summary/.results I have to find size of... (1 Reply)
Discussion started by: kiran425
1 Replies