Top | ![]() |
![]() |
![]() |
![]() |
gpointer | levels-color | Read / Write |
gint | levels-style | Read / Write |
gdouble | levels-width | Read / Write |
gint | lines-visible | Read / Write |
gint | projection | Read / Write |
gpointer | sublevels-color | Read / Write |
gint | sublevels-style | Read / Write |
gdouble | sublevels-width | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkPlotData ╰── GtkPlotSurface ╰── GtkPlotCSurface
GtkWidget *
gtk_plot_csurface_new_function (GtkPlotFunc3D function
);
void gtk_plot_csurface_construct_function (GtkPlotCSurface *csurface
,GtkPlotFunc3D function
);
void gtk_plot_csurface_set_lines_visible (GtkPlotCSurface *csurface
,gboolean visible
);
gboolean
gtk_plot_csurface_get_lines_visible (GtkPlotCSurface *csurface
);
void gtk_plot_csurface_set_projection (GtkPlotCSurface *csurface
,GtkPlotProjection proj
);
GtkPlotProjection
gtk_plot_csurface_projection (GtkPlotCSurface *csurface
);
void gtk_plot_csurface_set_levels_attributes (GtkPlotCSurface *dataset
,GtkPlotLineStyle style
,gfloat width
,const GdkColor *color
);
void gtk_plot_csurface_set_sublevels_attributes (GtkPlotCSurface *dataset
,GtkPlotLineStyle style
,gfloat width
,const GdkColor *color
);
void gtk_plot_csurface_get_levels_attributes (GtkPlotCSurface *dataset
,GtkPlotLineStyle *style
,gfloat *width
,GdkColor *color
);
void gtk_plot_csurface_get_sublevels_attributes (GtkPlotCSurface *dataset
,GtkPlotLineStyle *style
,gfloat *width
,GdkColor *color
);
struct GtkPlotCSurface;
The GtkPlotCSurface struct contains only private data. It should only be accessed through the functions described below.
“levels-style”
property“levels-style” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“levels-width”
property“levels-width” gdouble
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“lines-visible”
property“lines-visible” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“projection”
property“projection” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“sublevels-style”
property“sublevels-style” gint
Flags: Read / Write
Allowed values: >= 0
Default value: 0
“sublevels-width”
property“sublevels-width” gdouble
Flags: Read / Write
Allowed values: >= 0
Default value: 0