[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Package Gtk.Extra.Plot_Bar

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

Widget Hierarchy

GObject                       (see section Package Glib.Object)
Gtk_Object                    (see section Package Gtk.Object)
   \___ Gtk_Widget            (see section Package Gtk.Widget)
      \___ Gtk_Plot_Data      (see section Package Gtk.Extra.Plot_Data)
         \___ Gtk_Plot_Bar    (see section Package Gtk.Extra.Plot_Bar)

Subprograms

procedure Gtk_New              
  (Bar                : out    Gtk_Plot_Bar;
   Orientation        :        Gtk.Enums.Gtk_Orientation);

Create a new Plot bar.


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



[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]