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