GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
copy_data Struct Reference

Data Fields

GtkTable * table_from
 
GtkTable * table_to
 
gint row_offset
 

Detailed Description

This data structure is used while building the preferences dialog to copy a table from a glade file to the dialog under construction. It maintains state information between invocations of the function gnc_prefs_move_table_entry which is called via a foreach loop over each item in the table.

Definition at line 400 of file dialog-preferences.c.

Field Documentation

gint copy_data::row_offset

The number of lines offset from the old table to the new table.

Definition at line 408 of file dialog-preferences.c.

GtkTable* copy_data::table_from

The table being copied from.

Definition at line 403 of file dialog-preferences.c.

GtkTable* copy_data::table_to

The table being copied to.

Definition at line 405 of file dialog-preferences.c.


The documentation for this struct was generated from the following file: