| Top |  |  |  |  | 
| GtkWidget * | gtk_plot_polar_new () | 
| GtkWidget * | gtk_plot_polar_new_with_size () | 
| void | gtk_plot_polar_construct () | 
| void | gtk_plot_polar_construct_with_size () | 
| void | gtk_plot_polar_rotate () | 
| gdouble | gtk_plot_polar_get_angle () | 
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkMisc ╰── GtkPlot ╰── GtkPlotPolar
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);