Index

Package: Ellipse

Description

package Gtk.Extra.Plot_Canvas.Ellipse is
A special kind of child that can be put in a Gtk_Plot_Canvas.

Binding from C File version gtkextra 2.1.1

Classes

Gtk_Plot_Canvas_Ellipse_Record

type Gtk_Plot_Canvas_Ellipse_Record is new Gtk_Plot_Canvas_Child_Record
     with null record;

Ancestors:

Primitive operations:

Glib.Object.Deallocate (Inherited)
Glib.Object.Get_Type (Inherited)
Glib.Object.Notify (Inherited)
Glib.Object.Ref (Inherited)
Glib.Object.Ref_Sink (Inherited)
Glib.Object.Unref (Inherited)
Gtk.Extra.Plot_Canvas.Set_Selection (Inherited)
Gtk.Extra.Plot_Canvas.Set_Selection_Mode (Inherited)
Set_Attributes

Types

Gtk_Plot_Canvas_Ellipse

type Gtk_Plot_Canvas_Ellipse is access
     all Gtk_Plot_Canvas_Ellipse_Record'Class;

Subprograms & Entries

Gtk_New

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

Get_Type

function Get_Type return Glib.GType;
Return the internal type used for this child

Set_Attributes

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