Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::ColorSelectionDialog - wrapper for GtkColorSelectionDialog HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gtk2::ColorSelectionDialog INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::ColorSelectionDialog->new ($title) o $title (string) widget = $dialog->cancel_button widget = $dialog->get_color_selection widget = $dialog->help_button widget = $dialog->ok_button PROPERTIES
'cancel-button' (Gtk2::Widget : default undef : readable) The cancel button of the dialog. 'color-selection' (Gtk2::Widget : default undef : readable) The color selection embedded in the dialog. 'help-button' (Gtk2::Widget : default undef : readable) The help button of the dialog. 'ok-button' (Gtk2::Widget : default undef : readable) The OK button of the dialog. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog 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::ColorSelectionDialog(3pm)

Check Out this Related Man Page

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

NAME
Gtk2::RadioToolButton - wrapper for GtkRadioToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::ToggleToolButton +----Gtk2::RadioToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::RadioToolButton->new ($member_or_listref=undef) o $member_or_listref (scalar) toolitem = Gtk2::RadioToolButton->new_from_stock ($member_or_listref, $stock_id) o $member_or_listref (scalar) o $stock_id (string) toolitem = Gtk2::RadioToolButton->new_from_widget ($group) o $group (Gtk2::RadioToolButton or undef) toolitem = Gtk2::RadioToolButton->new_with_stock_from_widget ($group, $stock_id) o $group (Gtk2::Widget or undef) o $stock_id (string) arrayref = $button->get_group $button->set_group ($member_or_listref) o $member_or_listref (scalar) PROPERTIES
'group' (Gtk2::RadioToolButton : default undef : writable / private) The radio tool button whose group this button belongs to. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::ToolItem, Gtk2::ToolButton, Gtk2::ToggleToolButton 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::RadioToolButton(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

How to modify this c code to get full GUI interface for Unix Linux ?

Hi, the following code comes from Unix Linux dialog utility project. Unfortunately, this project is no more actively maintained. Unix Linux dialog utility is made of widget boxes. One of them is mixedgauge.c In the following example I would like to get rid of flickering when run in... (0 Replies)
Discussion started by: jack2
0 Replies

2. Shell Programming and Scripting

Simple question: Tcl button color

Hey, Can anyone tell me what is the default tcl button color is? I've already tried gray60/70/80/85/90/95. None are the same. Thanks, Phil. -----Post Update----- You can disregard this question, found the color in #E0DFE3 (0 Replies)
Discussion started by: Phi01
0 Replies

3. UNIX Desktop Questions & Answers

gtk2-perl load error help

I write this code. It show the first dialog correctly. but, no matter i modify the code(load module by use or require, or something i think maybe error) it can't pop-up anymore. and show this warning. Thanks. (I'm sorry for my English.) Tue Mar 16 17:24:36 2010 ... (0 Replies)
Discussion started by: snyh
0 Replies

4. Solaris

Trap signal on Window Manager "X" button clicked?

Well, my first post... thanks in advance! Can applications be notified of the X Window close (with "X" button) so the signal handler can run a cleanup process method? About the app: built with GNU C/C++ on Solaris 10, with WxWidgets. It is launched by a shell script as a background task. The... (2 Replies)
Discussion started by: HandsOGold
2 Replies