gog-grid
enum GogGridType; GogGridType gog_grid_get_gtype (GogGrid const *grid); void gog_grid_set_gtype (GogGrid *grid, GogGridType type);
GogGrid const *grid
GogGrid *grid
GogGridType type
typedef enum { GOG_GRID_UNKNOWN = -1, GOG_GRID_XY, GOG_GRID_YZ, GOG_GRID_ZX, GOG_GRID_TYPES } GogGridType;
Used for base planes in 3d plots.
GOG_GRID_UNKNOWN
GOG_GRID_XY
GOG_GRID_YZ
GOG_GRID_ZX
GOG_GRID_TYPES
GogGridType gog_grid_get_gtype (GogGrid const *grid);
grid :
grid
Returns :
void gog_grid_set_gtype (GogGrid *grid, GogGridType type);
type :
type