| Gwyddion Widgets Library Reference Manual | ||||
|---|---|---|---|---|
#include <libgwydgets/gwydgets.h>
GwyVRuler;
GwyVRulerClass;
GtkWidget* gwy_vruler_new (void);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GwyRuler
+----GwyVRuler
Please see GwyRuler for differences from GtkVRuler.
A specific GwyVRuler feature is that it's drawn vertically including text, like a rotated horizontal ruler.
typedef struct {
GwyRulerClass parent_class;
void (*reserved1)(void);
} GwyVRulerClass;
GtkWidget* gwy_vruler_new (void);
Creates a new GwyVRuler.
Returns : |
The new ruler as a GtkWidget. |