Next: Package_Gtk.Extra.Plot_Box, Previous: Package_Gtk.Extra.Plot_3D, Up: Top
_BarThis special type of data set displays itself with bar (also known as histograms).
| Widget Hierarchy |
|---|
GObject (see Package_Glib.Object) Gtk_Object (see Package_Gtk.Object) \___ Gtk_Widget (see Package_Gtk.Widget) \___ Gtk_Plot_Data (see Package_Gtk.Extra.Plot_Data) \___ Gtk_Plot_Bar (see 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 |