| Top |  |  |  |  | 
| GtkWidget * | gtk_plot_bar_new () | 
| void | gtk_plot_bar_construct () | 
| void | gtk_plot_bar_set_width () | 
| gdouble | gtk_plot_bar_get_width () | 
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkPlotData ╰── GtkPlotBar
GtkWidget *
gtk_plot_bar_new (GtkOrientation orientation);
Create a new GtkPlotBar widget.
void gtk_plot_bar_construct (GtkPlotBar *bar,GtkOrientation orientation);
Initializes a GtkPlotBar structure.
| bar | a GtkPlotBar widget. | |
| orientation | GTK_ORIENTATION_HORIZONTAL or GTK_ORIENTATION_VERTICAL. | 
void gtk_plot_bar_set_width (GtkPlotBar *bar,gdouble width);
Set the width of a GtkPlotBar widget.
gdouble
gtk_plot_bar_get_width (GtkPlotBar *bar);
Set the width of a GtkPlotBar widget.
struct GtkPlotBar;
The GtkPlotBar struct contains only private data. It should only be accessed through the functions described below.
“orientation” property“orientation” GtkOrientation
Orientation.
Flags: Read / Write
Default value: GTK_ORIENTATION_HORIZONTAL
“width” property“width” gdouble
Width.
Flags: Read / Write
Allowed values: >= 0
Default value: 0