GtkType |
gtk_plot_bar_get_type |
(void); |
GtkWidget* |
gtk_plot_bar_new |
(GtkOrientation orientation); |
void |
gtk_plot_bar_construct |
(GtkPlotBar *bar, GtkOrientation orientation); |
void |
gtk_plot_bar_set_width |
(GtkPlotBar *bar, gdouble width); |
gdouble |
gtk_plot_bar_get_width |
(GtkPlotBar *bar); |
|
|
No signals |
struct _GtkPlotBar |
GtkWidget* gtk_plot_bar_new (GtkOrientation orientation); |
Create a new GtkPlotBar widget
orientation | GTK_ORIENTATION_HORIZONTAL, GTK_ORIENTATION_VERTICAL |
Returns | a GtkPlotBar widget |
void gtk_plot_bar_construct (GtkPlotBar *bar, GtkOrientation orientation); |
Initialize a GtkPlotBar structure
bar | a GtkPlotBar widget |
orientation | GTK_ORIENTATION_HORIZONTAL, GTK_ORIENTATION_VERTICAL |
void gtk_plot_bar_set_width (GtkPlotBar *bar, gdouble width); |
Set the width of a GtkPlotBar widget.
bar | a GtkPlotBar widget |
width | the width of the widget |
gdouble gtk_plot_bar_get_width (GtkPlotBar *bar); |
Get the width of a GtkPlotBar widget.
bar | a GtkPlotBar widget |
Returns | the width of the widget |