GwyGraphCorner

GwyGraphCorner — Graph corners

Synopsis




                    GwyGraphCorner;
                    GwyGraphCornerClass;
GtkWidget*          gwy_graph_corner_new                (void);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GwyGraphCorner

Implemented Interfaces

GwyGraphCorner implements AtkImplementorIface.

Description

GwyGraphCorner is a part of GwyGraph and it currently has no functionality. It is reserved for future. It will be probably used for some graph options quick accesibility.

Details

GwyGraphCorner

typedef struct _GwyGraphCorner GwyGraphCorner;


GwyGraphCornerClass

typedef struct {
    GtkWidgetClass parent_class;

    void (*reserved1)(void);
    void (*reserved2)(void);
} GwyGraphCornerClass;


gwy_graph_corner_new ()

GtkWidget*          gwy_graph_corner_new                (void);

Creates a new graph corner.

Returns : A new graph corner as a GtkWidget.