gtkVSeparatorNew(show = TRUE)
gtkVSeparator(show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkSeparator +----GtkVSeparator
GtkBuildable
and GtkOrientable
.GtkVSeparator
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.gtkVSeparator
is the equivalent of gtkVSeparatorNew
.