= class Gtk::VSeparator
The Gtk::VSeparator widget is a vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Gtk::Object
        * Gtk::Widget
          * Gtk::Separator
            * Gtk::VSeparator

== Class Methods
--- Gtk::VSeparator.new
    Creates a new Gtk::VSeparator.
    * Returns: a new Gtk::VSeparator.

== See Also
* Gtk::HSeparator - a horizontal separator.

- ((<Masao>))