The horizontal separator widget
===============================
Description
-----------
Options
-------
Signals
-------
Functions
---------
- Function: guint gtk_hseparator_get_type (void)
Returns the `GtkHSeparator' type identifier.
- Function: GtkWidget* gtk_hseparator_new (void)
Create a new `GtkHSeparator' object returning the new widget as a
pointer to a `GtkWidget' object. `NULL' is returned on failure.
- Function: GtkHSeparator* GTK_HSEPARATOR (gpointer OBJ)
Cast a generic pointer to `GtkHSeparator*'. Note:Standard
Macros, for more info.
- Function: GtkHSeparatorClass* GTK_HSEPARATOR_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkHSeparatorClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_HSEPARATOR (gpointer OBJ)
Determine if a generic pointer refers to a `GtkHSeparator' object.
Note:Standard Macros, for more info.