GwyVRuler — Vertical ruler, similar to GtkRuler
GtkWidget * | gwy_vruler_new () |
struct | GwyVRuler |
struct | GwyVRulerClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GwyRuler ╰── GwyVRuler
GwyVRuler implements AtkImplementorIface and GtkBuildable.
#include <libgwydgets/gwydgets.h>
Please see GwyRuler for differences from GtkVRuler.
A specific GwyVRuler feature is that it's drawn vertically including text, like a rotated horizontal ruler.
GtkWidget *
gwy_vruler_new (void
);
Creates a new GwyVRuler.
The new ruler as a GtkWidget.
struct GwyVRuler;
struct GwyVRulerClass { GwyRulerClass parent_class; void (*reserved1)(void); };
GwyHRuler -- horizontal ruler