mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
some documentation improvements
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@968 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
17df37ff51
commit
43c8fc41ee
@ -49,6 +49,13 @@
|
|||||||
* set, then the callbacks below are used to when the
|
* set, then the callbacks below are used to when the
|
||||||
* cell is entered.
|
* cell is entered.
|
||||||
*
|
*
|
||||||
|
* If ALLOW_SHADOW is not set, then register contents
|
||||||
|
* will never be copied into this cell. This may result
|
||||||
|
* in undesirable behaviour when the cell is moved around,
|
||||||
|
* as the cell contents will be imprinted onto every location
|
||||||
|
* where it is moved. On the other hand, this can be useful
|
||||||
|
* for, e.g. blanking out cells.
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* USER CALLBACKS:
|
* USER CALLBACKS:
|
||||||
* The enter_cell() callback is called when the user first
|
* The enter_cell() callback is called when the user first
|
||||||
@ -154,6 +161,8 @@ struct _BasicCell {
|
|||||||
short width; /* column width, in chars, not pixels */
|
short width; /* column width, in chars, not pixels */
|
||||||
short alignment; /* column text alignment */
|
short alignment; /* column text alignment */
|
||||||
char input_output; /* zero if output-only */
|
char input_output; /* zero if output-only */
|
||||||
|
|
||||||
|
/* hack alert -- may want to redesign color to used named color strings. */
|
||||||
uint32 bg_color; /* background color, ARGB format */
|
uint32 bg_color; /* background color, ARGB format */
|
||||||
uint32 fg_color; /* forground (text) color ARGB format */
|
uint32 fg_color; /* forground (text) color ARGB format */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user