Toc Gallery Index Tree Gtk.Extra.Plot_Bar

Hierarchy

Description

This special type of data set displays itself with bar (also known as histograms).

Types

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