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