ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 25日 (月) 10:24:15 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3ASeparatorMenuItem ------------------------- = class Gtk::SeparatorMenuItem The Gtk::SeparatorMenuItem is a separator used to group items within a menu. It displays a horizontal line with a shadow to make it appear sunken into the interface. - == Super Class - * Gtk::MenuItem - + == Object Hierarchy + * Object + * GLib::Instantiatable + * GLib::Object + * Gtk::Object + * Gtk::Widget + * Gtk::Container + * Gtk::Bin + * Gtk::Item + * Gtk::MenuItem + * Gtk::SeparatorMenuItem == Class Methods --- Gtk::SeparatorMenuItem.new Creates a new Gtk::SeparatorMenuItem. * Returns: a new Gtk::SeparatorMenuItem. - ((<Masao>))