GwyHRuler

GwyHRuler — Horizontal ruler, similar to GtkRuler

Synopsis

#include <libgwydgets/gwydgets.h>

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

Object Hierarchy

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

Implemented Interfaces

GwyHRuler implements AtkImplementorIface and GtkBuildable.

Description

Please see GwyRuler for differences from GtkHRuler.

Details

struct GwyHRuler

struct GwyHRuler;


struct GwyHRulerClass

struct GwyHRulerClass {
    GwyRulerClass parent_class;

    void (*reserved1)(void);
};


gwy_hruler_new ()

GtkWidget *         gwy_hruler_new                      (void);

Creates a new GwyHRuler.

Returns :

The new ruler as a GtkWidget.

See Also

GwyVRuler -- vertical ruler