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;
45typedef void (*TableMoveFunc) (VirtualLocation *new_virt_loc,
48typedef gboolean (*TableTraverseFunc) (VirtualLocation *new_virt_loc,
49 gncTableTraversalDir dir,
52typedef struct table_control
55 TableMoveFunc move_cursor;
60 TableTraverseFunc traverse;
Common declarations for the register core.