GogGrid
GogGrid — Chart backplane
|
|
Synopsis
enum GogGridType;
#define GOG_GRID_TYPE
#define GOG_GRID (o)
#define IS_GOG_GRID (o)
GType gog_grid_get_type (void);
GogGridType gog_grid_get_gtype (GogGrid const *grid);
void gog_grid_set_gtype (GogGrid *grid,
GogGridType type);
Details
enum GogGridType
typedef enum {
GOG_GRID_UNKNOWN = -1,
GOG_GRID_XY,
GOG_GRID_YZ,
GOG_GRID_ZX,
GOG_GRID_TYPES
} GogGridType;
GOG_GRID_TYPE
#define GOG_GRID_TYPE (gog_grid_get_type ())
GOG_GRID()
#define GOG_GRID(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_GRID_TYPE, GogGrid))
IS_GOG_GRID()
#define IS_GOG_GRID(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_GRID_TYPE))
gog_grid_get_type ()
GType gog_grid_get_type (void);
gog_grid_get_gtype ()
GogGridType gog_grid_get_gtype (GogGrid const *grid);
gog_grid_set_gtype ()
void gog_grid_set_gtype (GogGrid *grid,
GogGridType type);