GnuCash  5.6-150-g038405b370+
Data Fields
copy_data Struct Reference

This data structure is used while building the preferences dialog to copy a grid from a glade file to the dialog under construction. More...

Data Fields

GtkGrid * grid_from
 The grid being copied from. More...
 
GtkGrid * grid_to
 The grid being copied to. More...
 
gint cols
 The number of columns and rows in the grid. More...
 
gint rows
 

Detailed Description

This data structure is used while building the preferences dialog to copy a grid from a glade file to the dialog under construction.

It maintains state information between invocations of the function gnc_prefs_move_grid_entry which is called via a foreach loop over each item in the grid.

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

Field Documentation

◆ cols

gint copy_data::cols

The number of columns and rows in the grid.

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

◆ grid_from

GtkGrid* copy_data::grid_from

The grid being copied from.

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

◆ grid_to

GtkGrid* copy_data::grid_to

The grid being copied to.

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


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