ruby-****@lists*****
ruby-****@lists*****
2003年 4月 2日 (水) 10:49:30 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = 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.