[ruby-gnome2-doc-cvs] [Hiki] update - Gtk::CheckButton

Back to archive index

ruby-****@lists***** ruby-****@lists*****
2003年 4月 1日 (火) 13:55:38 JST


-------------------------
REMOTE_ADDR = 61.204.181.66
REMOTE_HOST = 
-------------------------

-------------------------
= class Gtk::CheckButton
A Gtk::CheckButton places a discrete Gtk::ToggleButton next to a widget, (usually a Gtk::Label). See the section on Gtk::ToggleButton widgets for more information about toggle/check buttons. 
The important signal ('toggled') is also inherited from Gtk::ToggleButton. 

== super class
* Gtk::ToggleButton

== class methods
--- Gtk::CheckButton.new(label = nil, use_underline = true)
    Creates a new Gtk::CheckButton with a Gtk::Label to the right of it.
    If use_underline is true, the label will be created underscores in label indicate the mnemonic for the check button.
    * label : the text label to display next to the radio button.
    * use_underline : true if the label will be created underscores in label indicate the mnemonic for check button.
    * Returns: a new Gtk::CheckButton.
  
--- Gtk::CheckButton.new(stock)
    Creates a new Gtk::CheckButton with a Gtk::Stock constant value.
    * stock: a Gtk::Stock constant value.
    * Returns: a new Gtk::CheckButton.
    
- ((<Masao>))




ruby-gnome2-cvs メーリングリストの案内
Back to archive index