|
GnuCash c935c2f+
|
#include "register-common.h"Go to the source code of this file.
Data Structures | |
| struct | TableControl |
Typedefs | |
| typedef void(* | TableMoveFunc) (VirtualLocation *new_virt_loc, gpointer user_data) |
| typedef gboolean(* | TableTraverseFunc) (VirtualLocation *new_virt_loc, gncTableTraversalDir dir, gpointer user_data) |
Enumerations | |
| enum | gncTableTraversalDir { GNC_TABLE_TRAVERSE_POINTER , GNC_TABLE_TRAVERSE_LEFT , GNC_TABLE_TRAVERSE_RIGHT , GNC_TABLE_TRAVERSE_UP , GNC_TABLE_TRAVERSE_DOWN } |
Functions | |
| TableControl * | gnc_table_control_new (void) |
| void | gnc_table_control_destroy (TableControl *control) |
| void | gnc_table_control_allow_move (TableControl *control, gboolean allow_move) |