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

The RecnCell object implements a cell handler that will cycle through a series of single-character values when clicked upon by the mouse. More...

#include <recncell.h>

Data Fields

BasicCell cell
 
char flag
 
char * valid_flags
 The actual flag value.
 
char * flag_order
 The list of valid flags.
 
char default_flag
 Automatic flag selection order.
 
RecnCellStringGetter get_string
 Default flag for unknown user input.
 
RecnCellConfirm confirm_cb
 
gpointer confirm_data
 
gboolean read_only
 

Detailed Description

The RecnCell object implements a cell handler that will cycle through a series of single-character values when clicked upon by the mouse.

Definition at line 47 of file recncell.h.

Field Documentation

◆ cell

BasicCell RecnCell::cell

Definition at line 49 of file recncell.h.

◆ confirm_cb

RecnCellConfirm RecnCell::confirm_cb

Definition at line 58 of file recncell.h.

◆ confirm_data

gpointer RecnCell::confirm_data

Definition at line 59 of file recncell.h.

◆ default_flag

char RecnCell::default_flag

Automatic flag selection order.

Definition at line 55 of file recncell.h.

◆ flag

char RecnCell::flag

Definition at line 51 of file recncell.h.

◆ flag_order

char* RecnCell::flag_order

The list of valid flags.

Definition at line 54 of file recncell.h.

◆ get_string

RecnCellStringGetter RecnCell::get_string

Default flag for unknown user input.

Definition at line 57 of file recncell.h.

◆ read_only

gboolean RecnCell::read_only

Definition at line 60 of file recncell.h.

◆ valid_flags

char* RecnCell::valid_flags

The actual flag value.

Definition at line 53 of file recncell.h.


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