![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <gtkextra.h> GtkPlotPolar; 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); gdouble gtk_plot_polar_get_angle (GtkPlotPolar *plot);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkMisc +----GtkPlot +----GtkPlotPolar
typedef struct _GtkPlotPolar GtkPlotPolar;
The GtkPlotPolar struct contains only private data. It should only be accessed through the functions described below.
GtkWidget* gtk_plot_polar_new_with_size (GdkDrawable *drawable, gdouble width, gdouble height);
|
|
|
|
|
|
Returns : |
void gtk_plot_polar_construct (GtkPlotPolar *plot, GdkDrawable *drawable);
|
a GtkPlotPolar widget. |
|
void gtk_plot_polar_construct_with_size (GtkPlotPolar *plot, GdkDrawable *drawable, gdouble width, gdouble height);
|
a GtkPlotPolar widget. |
|
|
|
|
|
void gtk_plot_polar_rotate (GtkPlotPolar *plot, gdouble angle);
|
a GtkPlotPolar widget. |
|
gdouble gtk_plot_polar_get_angle (GtkPlotPolar *plot);
|
a GtkPlotPolar widget. |
Returns : |