Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::CellRendererToggle - wrapper for GtkCellRendererToggle HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::CellRenderer +----Gtk2::CellRendererToggle METHODS
cellrenderer = Gtk2::CellRendererToggle->new boolean = $toggle->get_activatable Since: gtk+ 2.18 $toggle->set_activatable ($setting) o $setting (boolean) Since: gtk+ 2.18 boolean = $toggle->get_active $toggle->set_active ($setting) o $setting (boolean) boolean = $toggle->get_radio $toggle->set_radio ($radio) o $radio (boolean) PROPERTIES
'activatable' (boolean : default true : readable / writable / private) The toggle button can be activated 'active' (boolean : default false : readable / writable / private) The toggle state of the button 'inconsistent' (boolean : default false : readable / writable / private) The inconsistent state of the button 'indicator-size' (integer : default 13 : readable / writable / private) Size of check or radio indicator 'radio' (boolean : default false : readable / writable / private) Draw the toggle button as a radio button SIGNALS
toggled (Gtk2::CellRendererToggle, string) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::CellRenderer 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::CellRendererToggle(3pm)

Check Out this Related Man Page

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

NAME
Gtk2::ToggleButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::ToggleButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable METHODS
widget = Gtk2::ToggleButton->new ($label=undef) o $label (string) widget = Gtk2::ToggleButton->new_with_label ($label=undef) o $label (string) widget = Gtk2::ToggleButton->new_with_mnemonic ($label=undef) o $label (string) boolean = $toggle_button->get_active $toggle_button->set_active ($is_active) o $is_active (boolean) boolean = $toggle_button->get_inconsistent $toggle_button->set_inconsistent ($setting) o $setting (boolean) boolean = $toggle_button->get_mode $toggle_button->set_mode ($draw_indicator) o $draw_indicator (boolean) $toggle_button->toggled PROPERTIES
'active' (boolean : readable / writable / private) If the toggle button should be pressed in or not 'draw-indicator' (boolean : readable / writable / private) If the toggle part of the button is displayed 'inconsistent' (boolean : readable / writable / private) If the toggle button is in an "in between" state SIGNALS
toggled (Gtk2::ToggleButton) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button 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::ToggleButton(3)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

toggle bit

how can I toggle all the bits of any given number using a shortest C code (5 Replies)
Discussion started by: rupeshkp728
5 Replies

2. Shell Programming and Scripting

How to Toggle Flag/Switch Value with Sed

I am trying to figure out a one liner to toggle a flag variable. eg. FLAG=0 Is there a way to use sed to toggle above example between 0 and 1. That is if run with flag set to zero it would change it to one if run again it would set it to zero. I thought I had it figured but the... (6 Replies)
Discussion started by: bsquared
6 Replies

3. Shell Programming and Scripting

Perl - radio button processing

Hi, I am hoping to get some help on perl. I am trying to process a HTML radio button selected value in perl. Basically What I am trying to do is 1. I have some radio buttons which indicated different colors. 2. I have a list box where I want to populate depending on the selected radio button... (1 Reply)
Discussion started by: devtakh
1 Replies