The vertical ruler widget
=========================
Description
-----------
Options
-------
Signals
-------
Functions
---------
- Function: guint gtk_vscale_get_type (void)
Returns the `GtkVScale' type identifier.
- Function: GtkWidget* gtk_vscale_new (GtkAdjustment *ADJUSTMENT)
Create a new `GtkVScale' object returning the new widget as a
pointer to a `GtkWidget' object. `NULL' is returned on failure.
- Function: GtkVScale* GTK_VSCALE (gpointer OBJ)
Cast a generic pointer to `GtkVScale*'. Note:Standard Macros,
for more info.
- Function: GtkVScaleClass* GTK_VSCALE_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkVScaleClass*'. Note:Standard
Macros, for more info.
- Function: gint GTK_IS_VSCALE (gpointer OBJ)
Determine if a generic pointer refers to a `GtkVScale' object.
Note:Standard Macros, for more info.