![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <gtkextra.h> GtkPlotBox; GtkWidget* gtk_plot_box_new (GtkOrientation orientation); void gtk_plot_box_construct (GtkPlotBox *box, GtkOrientation orientation);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkPlotData +----GtkPlotBox
typedef struct _GtkPlotBox GtkPlotBox;
The GtkPlotBox struct contains only private data. It should only be accessed through the functions described below.
GtkWidget* gtk_plot_box_new (GtkOrientation orientation);
Create a new GtkPlotBox widget.
|
GTK_ORIENTATION_HORIZONTAL or GTK_ORIENTATION_VERTICAL. |
Returns : |
a new GtkWidget. |
void gtk_plot_box_construct (GtkPlotBox *box, GtkOrientation orientation);
Initializes a GtkPlotBar structure.
|
a GtkPlotBox widget. |
|
GTK_ORIENTATION_HORIZONTAL or GTK_ORIENTATION_VERTICAL. |
"orientation"
property"orientation" GtkOrientation : Read / Write
Orientation.
Default value: GTK_ORIENTATION_HORIZONTAL