![]() |
![]() |
![]() |
GtkExtra2 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <gtkextra.h> #define GTK_PLOT_POLAR_FLAGS (plot) #define GTK_PLOT_POLAR_SET_FLAGS (plot,flag) #define GTK_PLOT_POLAR_UNSET_FLAGS (plot,flag) #define GTK_PLOT_POLAR_TRANSPARENT (plot) 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);
#define GTK_PLOT_POLAR_SET_FLAGS(plot,flag) (GTK_PLOT_POLAR_FLAGS(plot) |= (flag))
|
|
|
#define GTK_PLOT_POLAR_UNSET_FLAGS(plot,flag) (GTK_PLOT_POLAR_FLAGS(plot) &= ~(flag))
|
|
|
#define GTK_PLOT_POLAR_TRANSPARENT(plot) (GTK_PLOT_POLAR_FLAGS(plot) & GTK_PLOT_POLAR_TRANSPARENT)
|
GtkWidget* gtk_plot_polar_new_with_size (GdkDrawable *drawable, gdouble width, gdouble height);
|
|
|
|
|
|
Returns : |
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);
|
|
|