GwyHRuler

GwyHRuler — Horizontal ruler, similar to GtkRuler

Synopsis




struct      GwyHRuler;
struct      GwyHRulerClass;
GtkWidget*  gwy_hruler_new                  (void);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GwyRuler
                     +----GwyHRuler

Implemented Interfaces

GwyHRuler implements AtkImplementorIface.

Description

Details

struct GwyHRuler

struct GwyHRuler;


struct GwyHRulerClass

struct GwyHRulerClass {

    GwyRulerClass parent_class;
};


gwy_hruler_new ()

GtkWidget*  gwy_hruler_new                  (void);

Creates a new GwyHRuler.

Returns : The new ruler as a GtkWidget.