GwyVRuler

GwyVRuler — Vertical ruler, similar to GtkRuler

Synopsis




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

Object Hierarchy


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

Implemented Interfaces

GwyVRuler implements AtkImplementorIface.

Description

Details

struct GwyVRuler

struct GwyVRuler;


struct GwyVRulerClass

struct GwyVRulerClass {

    GwyRulerClass parent_class;
};


gwy_vruler_new ()

GtkWidget*  gwy_vruler_new                  (void);

Creates a new GwyVRuler.

Returns : The new ruler as a GtkWidget.