_
PolarThis special type of data set displays itself in polar coordinates.
Widget Hierarchy |
---|
Gtk_Object (see section Package Gtk.Object)
\___ Gtk_Widget (see section Package Gtk.Widget)
\___ Gtk_Plot (see section Package Gtk.Extra.Plot)
\___ Gtk_Plot_Polar (see section Package Gtk.Extra.Plot
|
Subprograms |
---|
procedure Gtk_New (Polar : out Gtk_Plot_Polar; Drawable : Gdk.Drawable.Gdk_Drawable := null; Width, Height : Gdouble := 0.0); | ||
Create a new polar plot. | ||
function Get_Type return Gtk.Gtk_Type; | ||
Return the internal value associated with a Gtk_Box
| ||
procedure Rotate (Polar : access Gtk_Plot_Polar_Record; Angle : Gdouble); | ||
Rotate the graph by a given amount of radians.
|