GtkType |
gtk_plot_polar_get_type |
(void); |
GtkWidget* |
gtk_plot_polar_new |
(GdkDrawable *drawable); |
GtkWidget* |
gtk_plot_polar_new_with_size |
(GdkDrawable *drawable, gdouble width, gdouble height); |
void |
gtk_plot_polar_construct |
(GtkPlotPolar *plot, GdkDrawable *drawable); |
void |
gtk_plot_polar_construct_with_size |
(GtkPlotPolar *plot, GdkDrawable *drawable, gdouble width, gdouble height); |
void |
gtk_plot_polar_rotate |
(GtkPlotPolar *plot, gdouble angle); |
|
|
No signals |
GtkWidget* gtk_plot_polar_new_with_size (GdkDrawable *drawable, gdouble width, gdouble height); |
drawable | |
width,height | |
Returns |
void gtk_plot_polar_construct (GtkPlotPolar *plot, GdkDrawable *drawable); |
plot | |
drawable |
void gtk_plot_polar_construct_with_size (GtkPlotPolar *plot, GdkDrawable *drawable, gdouble width, gdouble height); |
plot | |
drawable | |
width,height |