ruby-****@lists*****
ruby-****@lists*****
2003年 8月 8日 (金) 02:28:56 JST
------------------------- REMOTE_ADDR = 210.249.204.48 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gtk%3A%3AHSeparator ------------------------- = class Gtk::HSeparator The Gtk::HSeparator widget is a horizontal separator, used to group the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface. === Note The Gtk::HSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty Gtk::SeparatorMenuItem widget using Gtk::SeparatorMenuItem.new and add it to the menu with Gtk::MenuShell#append. == Super Class * Gtk::Separator == Class Methods --- new Creates a new Gtk::HSeparator. * Returns: a new Gtk::HSeparator. == See Also * Gtk::VSeparator - a vertical separator. ------------------------- = class Gtk::HSeparator The Gtk::HSeparator widget is a horizontal separator, used to group the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface. ((*Note*)) The Gtk::HSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty Gtk::SeparatorMenuItem widget using Gtk::SeparatorMenuItem.new and add it to the menu with Gtk::MenuShell#append. == Super Class * Gtk::Separator == Class Methods --- new Creates a new Gtk::HSeparator. * Returns: a new Gtk::HSeparator. == See Also * Gtk::VSeparator - a vertical separator.