type Gtk_Plot_Bar_Record is new Gtk.Extra.Plot_Data.Gtk_Plot_Data_Record with private;
type Gtk_Plot_Bar is access all Gtk_Plot_Bar_Record'Class;
procedure Gtk_New
( | Bar | : out Gtk_Plot_Bar; |
Orientation | : Gtk.Enums.Gtk_Orientation); |
procedure Initialize
( | Bar | : access Gtk_Plot_Bar_Record'Class; |
Orientation | : Gtk.Enums.Gtk_Orientation); |
function Get_Type return Gtk.Gtk_Type;
procedure Set_Width
( | Bar | : access Gtk_Plot_Bar_Record'Class; |
Width | : Gdouble); |
function Get_Width
( | Bar | : access Gtk_Plot_Bar_Record'Class) return Gdouble; |
Binding from C File version gtkextra 2.1.1