Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

GwyVRuler (HEAD)

GwyVRuler — Vertical ruler, similar to GtkRuler

Synopsis

#include <libgwydgets/gwydgets.h>


                    GwyVRuler;
                    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

GwyVRuler

typedef struct _GwyVRuler GwyVRuler;

GwyVRulerClass

typedef struct {
    GwyRulerClass parent_class;

    void (*reserved1)(void);
} GwyVRulerClass;

gwy_vruler_new ()

GtkWidget*          gwy_vruler_new                      (void);

Creates a new GwyVRuler.

Returns :

The new ruler as a GtkWidget.

See Also

GwyHRuler -- horizontal ruler
© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Applications Site Map

Valid XHTML 1.0 Valid CSS