GwyHRuler — Horizontal ruler, similar to GtkRuler
GtkWidget * | gwy_hruler_new () |
struct | GwyHRuler |
struct | GwyHRulerClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GwyRuler ╰── GwyHRuler
GwyHRuler implements AtkImplementorIface and GtkBuildable.
#include <libgwydgets/gwydgets.h>
Please see GwyRuler for differences from GtkHRuler.
GtkWidget *
gwy_hruler_new (void
);
Creates a new GwyHRuler.
The new ruler as a GtkWidget.
struct GwyHRuler;
struct GwyHRulerClass { GwyRulerClass parent_class; void (*reserved1)(void); };
GwyVRuler -- vertical ruler