Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Gtk2::CellRendererToggle HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::CellRenderer +----Gtk2::CellRendererToggle METHODS
cellrenderer = Gtk2::CellRendererToggle->new 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 : readable / writable / private) The toggle button can be activated 'active' (boolean : readable / writable / private) The toggle state of the button 'inconsistent' (boolean : readable / writable / private) The inconsistent state of the button 'indicator-size' (integer : readable / writable / private) Size of check or radio indicator 'radio' (boolean : 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-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::CellRendererToggle(3)

Check Out this Related Man Page

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

NAME
Gtk2::ToggleButton - wrapper for GtkToggleButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::ToggleButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable 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 : default false : readable / writable / private) If the toggle button should be pressed in or not 'draw-indicator' (boolean : default false : readable / writable / private) If the toggle part of the button is displayed 'inconsistent' (boolean : default false : 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-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::ToggleButton(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

radio broadcasting

hi I wanna make radio broadcasting from my web page. I am planning to use a linux server. I have no idea about how can I do :( I heard about RealPlayer can be used but ,unfortunatelly, I don't know how! Any suggestions and advices are welcome.... thanks... (4 Replies)
Discussion started by: fnoyan
4 Replies

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

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

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

5. UNIX for Dummies Questions & Answers

Getting input and changing variable?

Hi I am new to scripting and have a function in my .sh script file that outputs a html radio button form weather_forecast_config() { echo "" echo "<html><head><title>Welcome</title></head>" echo "<body>" echo "<h2>Weather Forecast - Change City</h2>" echo "<form name="input"... (5 Replies)
Discussion started by: scriptnewbie
5 Replies