GwyGraphCorner

GwyGraphCorner — Graph corners

Synopsis




            GwyGraphCorner;
            GwyGraphCornerClass;
GtkWidget*  gwy_graph_corner_new            ();

Object Hierarchy


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

Implemented Interfaces

GwyGraphCorner implements AtkImplementorIface.

Description

This widgt is reserved for future. It has no special functionality now. 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 : new GwyGraphCorner widget