Gtk.Extra.Plot_Bar
Hierarchy
GObject_Record
Gtk_Object_Record
Gtk_Widget_Record
Gtk_Plot_Data_Record
Gtk_Plot_Bar_Record
Navigation
Description
Types
Subprograms
General
Entities
Description
This special type of data set displays itself with bar (also known as histograms).
Types
type
Gtk_Plot_Bar
is
access
all
Gtk_Plot_Bar_Record'Class;
type
Gtk_Plot_Bar_Record
is
new
Gtk.Extra.Plot_Data.Gtk_Plot_Data_Record
with
private
;
Subprograms
procedure
Gtk_New
(Bar :
out
Gtk_Plot_Bar; Orientation :
Gtk.Enums.Gtk_Orientation
);
Create a new Plot bar.
procedure
Initialize
(Bar :
access
Gtk_Plot_Bar_Record'Class; Orientation :
Gtk.Enums.Gtk_Orientation
);
Internal initialization function. See the section "Creating your own widgets" in the documentation.
function
Get_Type
return
Gtk.Gtk_Type
;
Return the internal value associated with a Gtk_Bar.
procedure
Set_Width
(Bar :
access
Gtk_Plot_Bar_Record'Class; Width : Gdouble);
Set the width of the bars
function
Get_Width
(Bar :
access
Gtk_Plot_Bar_Record'Class)
return
Gdouble;
Return the width used to draw the bars
Alphabetical Index
Get_Type
Get_Width
Gtk_New
Initialize
Set_Width