ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 25日 (月) 09:57:09 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3AMenuBar ------------------------- = class Gtk::MenuBar - The Gtk::MenuBar is a subclass of Gtk::MenuShell which contains one to many Gtk::MenuItem. The result is a standard menu bar which can hold many menu items. Gtk::MenuBar allows for a shadow type to be set for aesthetic purposes. The shadow types are defined in the Gtk::MenuBar#shadow_type=(((*NOT IMPLEMENTED YET*))). - == Super Class - * Gtk::MenuShell + The Gtk::MenuBar is a subclass of Gtk::MenuShell which contains one to many Gtk::MenuItem. The result is a standard menu bar which can hold many menu items. + + == Object Hierarchy + * Object + * GLib::Instantiatable + * GLib::Object + * Gtk::Object + * Gtk::Widget + * Gtk::Container + * Gtk::MenuShell + * Gtk::MenuBar == Class Methods --- Gtk::MenuBar.new Creates the new Gtk::MenuBar * Returns: the Gtk::MenuBar == See Also * Gtk::MenuShell * Gtk::Menu * Gtk::MenuItem - ((<Masao>))