GwyGraphCorner — Graph corners
#include <libgwydgets/gwydgets.h>
struct GwyGraphCorner;
struct GwyGraphCornerClass;
GtkWidget * gwy_graph_corner_new (void);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GwyGraphCorner
GwyGraphCorner implements AtkImplementorIface and GtkBuildable.
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.
struct GwyGraphCorner;
struct GwyGraphCornerClass {
GtkWidgetClass parent_class;
void (*reserved1)(void);
void (*reserved2)(void);
};
GtkWidget * gwy_graph_corner_new (void);
Creates a new graph corner.
Returns : |
A new graph corner as a |