Gtk.Extra.Plot_Canvas.Ellipse
Hierarchy
GObject_Record
Gtk_Object_Record
Gtk_Plot_Canvas_Child_Record
Gtk_Plot_Canvas_Ellipse_Record
Navigation
Description
Types
Subprograms
General
Entities
Description
A special kind of child that can be put in a Gtk_Plot_Canvas.
Types
type
Gtk_Plot_Canvas_Ellipse
is
access
all
Gtk_Plot_Canvas_Ellipse_Record'Class;
type
Gtk_Plot_Canvas_Ellipse_Record
is
new
Gtk_Plot_Canvas_Child_Record
with
null
record
;
Subprograms
procedure
Gtk_New
(Child :
out
Gtk_Plot_Canvas_Ellipse; Style :
Gtk.Extra.Plot_Data.Plot_Line_Style
; Width : Gfloat; Fg :
Gdk.Color.Gdk_Color
; Bg :
Gdk.Color.Gdk_Color
; Fill : Boolean);
Creates a new ellipse child
function
Get_Type
return
Glib.GType
;
Return the internal type used for this child
procedure
Set_Attributes
(Ellipse :
access
Gtk_Plot_Canvas_Ellipse_Record; Style :
Gtk.Extra.Plot_Data.Plot_Line_Style
; Width : Gdouble; Fg :
Gdk.Color.Gdk_Color
; Bg :
Gdk.Color.Gdk_Color
; Fill : Boolean);
Change the attributes of the ellipse
Alphabetical Index
Get_Type
Gtk_New
Set_Attributes