23 #ifndef TABLE_CONTROL_H 24 #define TABLE_CONTROL_H 38 GNC_TABLE_TRAVERSE_POINTER,
39 GNC_TABLE_TRAVERSE_LEFT,
40 GNC_TABLE_TRAVERSE_RIGHT,
41 GNC_TABLE_TRAVERSE_UP,
42 GNC_TABLE_TRAVERSE_DOWN
43 } gncTableTraversalDir;
45 typedef void (*TableMoveFunc) (VirtualLocation *new_virt_loc,
48 typedef gboolean (*TableTraverseFunc) (VirtualLocation *new_virt_loc,
49 gncTableTraversalDir dir,
52 typedef struct table_control
55 TableMoveFunc move_cursor;
60 TableTraverseFunc traverse;
69 void gnc_table_control_allow_move (
TableControl *control,
Common declarations for the register core.