GnuCash 2.3.0
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 365 of file dialog-preferences.c.


Field Documentation

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

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

The table being copied from.

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

The table being copied to.

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


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines