The GtkVSeparator class is the class for instantiating vertical separator widgets.
The class heirarchy
Object +---GtkWidget +---GtkVSeparator |
The methods for the GtkVSeparator class are documented below.
This method creates and initializes the widget.
This is a example of how to create a new vertical separator widget.
myvseparator = .GtkVSeparator~new() |
None.
The new GtkVSeparator object.