GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
VirtualCell Struct Reference

holds information about each virtual cell. More...

#include <table-allgui.h>

Data Fields

CellBlockcellblock
 
gpointer vcell_data
 Array of physical cells.
 
unsigned int visible: 1
 Used by higher-level code.
 
unsigned int start_primary_color: 1
 visible in the GUI
 

Detailed Description

holds information about each virtual cell.

Definition at line 132 of file table-allgui.h.

Field Documentation

◆ cellblock

CellBlock* VirtualCell::cellblock

Definition at line 134 of file table-allgui.h.

◆ start_primary_color

unsigned int VirtualCell::start_primary_color

visible in the GUI

Definition at line 139 of file table-allgui.h.

◆ vcell_data

gpointer VirtualCell::vcell_data

Array of physical cells.

Definition at line 135 of file table-allgui.h.

◆ visible

unsigned int VirtualCell::visible

Used by higher-level code.

Definition at line 138 of file table-allgui.h.


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