Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::radiotoolbutton(3pm) [debian 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)

Check Out this Related Man Page

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

NAME
Gtk2::MenuToolButton - wrapper for GtkMenuToolButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem +----Gtk2::ToolButton +----Gtk2::MenuToolButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable METHODS
toolitem = Gtk2::MenuToolButton->new ($icon_widget, $label) o $icon_widget (Gtk2::Widget or undef) o $label (string or undef) toolitem = Gtk2::MenuToolButton->new_from_stock ($stock_id) o $stock_id (string) $button->set_arrow_tooltip_markup ($markup) o $markup (string or undef) Since: gtk+ 2.12 $button->set_arrow_tooltip ($tooltips, $tip_text, $tip_private) o $tooltips (Gtk2::Tooltips) o $tip_text (string) o $tip_private (string) $button->set_arrow_tooltip_text ($text) o $text (string or undef) Since: gtk+ 2.12 widget or undef = $button->get_menu $button->set_menu ($menu) o $menu (Gtk2::Widget or undef) PROPERTIES
'menu' (Gtk2::Menu : default undef : readable / writable / private) The dropdown menu SIGNALS
show-menu (Gtk2::MenuToolButton) 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::MenuToolButton(3pm)
Man Page

6 More Discussions You Might Find Interesting

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

2. Shell Programming and Scripting

[Perl + Gtk2] Image disappears after scrolling / minimizing window

Hello everyone I don't know if it's the right place to ask, but I will try. I want to use Gtk2 in my Perl chart-drawing script, I found a sample code that could be very useful for me somewhere, but I noticed there is one problem with that - when I draw something, and then scroll the window or... (0 Replies)
Discussion started by: xqwzts
0 Replies

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

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

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

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