GtkPlotBar

GtkPlotBar

Synopsis

#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);

Description

Details

enum GtkPlotBarUnits

typedef enum {
  GTK_PLOT_BAR_POINTS,
  GTK_PLOT_BAR_RELATIVE,
  GTK_PLOT_BAR_ABSOLUTE,
} GtkPlotBarUnits;


gtk_plot_bar_new ()

GtkWidget *         gtk_plot_bar_new                    (GtkOrientation orientation);


gtk_plot_bar_construct ()

void                gtk_plot_bar_construct              (GtkPlotBar *bar,
                                                         GtkOrientation orientation);


gtk_plot_bar_set_width ()

void                gtk_plot_bar_set_width              (GtkPlotBar *bar,
                                                         gdouble width);


gtk_plot_bar_get_width ()

gdouble             gtk_plot_bar_get_width              (GtkPlotBar *bar);