![]() |
![]() |
![]() |
GtkExtra2 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <gtkextra.h> enum GtkPlotBarUnits; 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);
typedef enum { GTK_PLOT_BAR_POINTS, GTK_PLOT_BAR_RELATIVE, GTK_PLOT_BAR_ABSOLUTE, } GtkPlotBarUnits;
GtkWidget* gtk_plot_bar_new (GtkOrientation orientation);
|
|
Returns : |
void gtk_plot_bar_construct (GtkPlotBar *bar, GtkOrientation orientation);
|
|
|
void gtk_plot_bar_set_width (GtkPlotBar *bar, gdouble width);
|
|
|