ruby-****@lists*****
ruby-****@lists*****
2003年 4月 2日 (水) 11:35:16 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = class Gtk::Item The Gtk::Item widget is an abstract base class for Gtk::MenuItem. == super class * Gtk::Bin == public instance methods --- select Emits the "select" signal on the given item. * Returns: self --- deselect Emits the "deselect" signal on the given item. --- toggle Emits the "toggle" signal on the given item. == signals --- select: self * self: the object which received the signal. --- deselect: self * self: the object which received the signal. --- toggle: self * self: the object which received the signal. - ((<Masao>))