GwyGraphCorner

GwyGraphCorner — Graph corners

Synopsis




struct      GwyGraphCorner;
struct      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

struct GwyGraphCorner

struct GwyGraphCorner;


struct GwyGraphCornerClass

struct GwyGraphCornerClass {

    GtkWidgetClass parent_class;

    void (*selected)(GwyGraphCorner *corner);
    
    gpointer reserved1;
    gpointer reserved2;
};


gwy_graph_corner_new ()

GtkWidget*  gwy_graph_corner_new            ();

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

Returns : new GwyGraphCorner widget