| GtkDatabox
   
    A set of GTK+ widgets to display large amounts of numerical data quickly and easily. | 
#include <glib-object.h>

Go to the source code of this file.
| Enumerations | |
| enum | GtkDataboxScaleType { GTK_DATABOX_SCALE_LINEAR = 0, GTK_DATABOX_SCALE_LOG2, GTK_DATABOX_SCALE_LOG } | 
| Functions | |
| GType | gtk_databox_scale_type_get_type (void) | 
Currently just an enumeration used in several places...
| enum GtkDataboxScaleType | 
GtkDataboxScaleType: : Linear scale : Logarithmic scale (base 10)
Scale type for GtkDatabox and GtkDataboxRuler objects.
See also: GtkDatabox:scale_type_x, GtkDatabox:scale_type_y
| GType gtk_databox_scale_type_get_type | ( | void | ) |