Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::rc(3) [suse man page]

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-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Rc(3)

Check Out this Related Man Page

Gtk2::HButtonBox(3)					User Contributed Perl Documentation				       Gtk2::HButtonBox(3)

NAME
Gtk2::HButtonBox HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::ButtonBox +----Gtk2::HButtonBox INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable METHODS
widget = Gtk2::HButtonBox->new buttonboxstyle = Gtk2::HButtonBox->get_layout_default Gtk2::HButtonBox->set_layout_default ($layout) o $layout (Gtk2::ButtonBoxStyle) integer = Gtk2::HButtonBox->get_spacing_default Gtk2::HButtonBox->set_spacing_default ($spacing) o $spacing (integer) ENUMS AND FLAGS
enum Gtk2::ButtonBoxStyle o 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE' o 'spread' / 'GTK_BUTTONBOX_SPREAD' o 'edge' / 'GTK_BUTTONBOX_EDGE' o 'start' / 'GTK_BUTTONBOX_START' o 'end' / 'GTK_BUTTONBOX_END' o 'center' / 'GTK_BUTTONBOX_CENTER' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::ButtonBox COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::HButtonBox(3)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Password Settings

Is there an easy way to spit out a screen with all the password setting parameters set out? For example: MINWEEKS=1 MAXWEEKS=8 etc. I'm looking for a way to have all the settings consolidated on a report for inclusion in policy documents. (4 Replies)
Discussion started by: Hoju
4 Replies

2. 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

3. 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

4. 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

5. Solaris

Required PUTTY Settings

(1 Reply)
Discussion started by: girija
1 Replies

6. 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

7. Shell Programming and Scripting

Perl::Gtk2 on Linux --- How to Find the Default Font Being Used?

Hello All, Wasn't sure if this was the correct thread to post this under but figured it has to do with Perl and Gtk2 so why not... Anyway.. How can I find out what the Default font being used is inside a Gtk2::Widget. In this case I'm trying to figure out the font being used inside a... (1 Reply)
Discussion started by: mrm5102
1 Replies

8. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (0 Replies)
Discussion started by: kiran425
0 Replies

9. Shell Programming and Scripting

Gtk2-Perl

Hai how to activate (script2)page of a note book in Gtk2-Perl when one script1 is run successfully... Thanks kiran (1 Reply)
Discussion started by: kiran425
1 Replies

10. 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