GwyVRuler

GwyVRuler — Vertical ruler, similar to GtkRuler

Synopsis

#include <libgwydgets/gwydgets.h>

struct              GwyVRuler;
struct              GwyVRulerClass;
GtkWidget *         gwy_vruler_new                      (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GwyRuler
                           +----GwyVRuler

Implemented Interfaces

GwyVRuler implements AtkImplementorIface and GtkBuildable.

Description

Please see GwyRuler for differences from GtkVRuler.

A specific GwyVRuler feature is that it's drawn vertically including text, like a rotated horizontal ruler.

Details

struct GwyVRuler

struct GwyVRuler;


struct GwyVRulerClass

struct GwyVRulerClass {
    GwyRulerClass parent_class;

    void (*reserved1)(void);
};


gwy_vruler_new ()

GtkWidget *         gwy_vruler_new                      (void);

Creates a new GwyVRuler.

Returns :

The new ruler as a GtkWidget.

See Also

GwyHRuler -- horizontal ruler