The horizontal paned widget
===========================
Description
-----------
Options
-------
Signals
-------
Functions
---------
- Function: void gtk_hpaned_get_type (void)
Returns the `GtkHPaned' type identifier.
- Function: GtkWidget* gtk_hpaned_new (void)
Create a new `GtkHPaned' object returning the new widget as a
pointer to a `GtkWidget' object.
- Function: GtkHPaned* GTK_HPANED (gpointer OBJ)
Cast a generic pointer to `GtkHPaned*'. Note:Standard Macros,
for more info.
- Function: GtkHPanedClass* GTK_HPANED_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkHPanedClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_HPANED (gpointer OBJ)
Determine if a generic pointer refers to a `GtkHPaned' object.
Note:Standard Macros, for more info.