| Gwyddion Widgets Library Reference Manual |
|---|
GwyGraphCorner — Graph corners
struct GwyGraphCorner; struct GwyGraphCornerClass; GtkWidget* gwy_graph_corner_new ();
This widgt is reserved for future. It has no special functionality now. It will be probably used for some graph options quick accesibility.
struct GwyGraphCornerClass {
GtkWidgetClass parent_class;
void (*selected)(GwyGraphCorner *corner);
gpointer reserved1;
gpointer reserved2;
};
GtkWidget* gwy_graph_corner_new ();
GwyGraphCorner has now no special features. It is reserved for future.
| Returns : | new GwyGraphCorner widget |
| << GwyGraphArea | GwyGraphLabel >> |