| GtkDatabox
   
    A set of GTK+ widgets to display large amounts of numerical data quickly and easily. | 
#include <gtkdatabox.h>
| Data Fields | |
| GtkWidgetClass | parent_class | 
| void(* | zoomed )(GtkDatabox *box) | 
| void(* | selection_started )(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* | selection_changed )(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* | selection_finalized )(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* | selection_canceled )(GtkDatabox *box) | 
| GtkWidgetClass parent_class | 
| void(* selection_canceled)(GtkDatabox *box) | 
| void(* selection_changed)(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* selection_finalized)(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* selection_started)(GtkDatabox *box, GtkDataboxValueRectangle *selectionValues) | 
| void(* zoomed)(GtkDatabox *box) |