Gtk.Extra.Plot_Canvas.Text
Hierarchy
GObject_Record
Gtk_Object_Record
Gtk_Plot_Canvas_Child_Record
Gtk_Plot_Canvas_Text_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_Text
is
access
all
Gtk_Plot_Canvas_Text_Record'Class;
type
Gtk_Plot_Canvas_Text_Record
is
new
Gtk_Plot_Canvas_Child_Record
with
private
;
Subprograms
procedure
Gtk_New
(Child :
out
Gtk_Plot_Canvas_Text; Text : String; Font : String := ""; Height : Gint := 0; Angle : Gtk.Extra.Plot_Data.Plot_Angle := Gtk.Extra.Plot_Data.Angle_0; Fg : Gdk.Color.Gdk_Color := Gdk.Color.Null_Color; Bg : Gdk.Color.Gdk_Color := Gdk.Color.Null_Color; Transparent : Boolean := True; Justification : Gtk.Enums.Gtk_Justification := Gtk.Enums.Justify_Center);
Create a new text child. If default values are used, the corresponding attribute isn't set
procedure
Set_Attributes
(Child :
access
Gtk_Plot_Canvas_Text_Record; Font : String := ""; Height : Gint; Angle :
Gtk.Extra.Plot_Data.Plot_Angle
; Fg : Gdk.Color.Gdk_Color := Gdk.Color.Null_Color; Bg : Gdk.Color.Gdk_Color := Gdk.Color.Null_Color; Transparent : Boolean; Justification :
Gtk.Enums.Gtk_Justification
; Text : String);
Change the attribute of
Text
. The attributes with their default values are not changed.
Alphabetical Index
Gtk_New
Set_Attributes