GwyGraphCorner

GwyGraphCorner — Graph corners

Synopsis




            GwyGraphCorner;
            GwyGraphCornerClass;
GtkWidget*  gwy_graph_corner_new            ();

Object Hierarchy


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

Implemented Interfaces

GwyGraphCorner implements AtkImplementorIface.

Description

GwyGraphCorner is a part of GwyGraph and currently had 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 (*selected)(GwyGraphCorner *corner);
    
    gpointer reserved1;
    gpointer reserved2;
} GwyGraphCornerClass;


gwy_graph_corner_new ()

GtkWidget*  gwy_graph_corner_new            ();

GwyGraphCorner has now no special features. It is reserved for future.

Returns : A new GwyGraphCorner widget.