GtkType |
gtk_plot_box_get_type |
(void); |
GtkWidget* |
gtk_plot_box_new |
(GtkOrientation orientation); |
void |
gtk_plot_box_construct |
(GtkPlotBar *box, GtkOrientation orientation); |
|
|
No signals |
struct _GtkPlotBox |
GtkWidget* gtk_plot_box_new (GtkOrientation orientation); |
Create a new GtkPlotBox widget
orientation | GTK_ORIENTATION_HORIZONTAL, GTK_ORIENTATION_VERTICAL |
Returns | a GtkPlotBox widget |
void gtk_plot_box_construct (GtkPlotBar *box, GtkOrientation orientation); |
Initialize a GtkPlotBox structure
bar | a GtkPlotBox widget |
orientation | GTK_ORIENTATION_HORIZONTAL, GTK_ORIENTATION_VERTICAL |