|
GnuCash 2.3.0
|
Data Fields | |
| gchar * | guid |
| const gchar * | group |
| gchar * | filename |
| gchar * | title |
| gboolean | blocking |
| gboolean | print_date_format |
| gboolean | show_grid |
| gboolean | show_boxes |
| gdouble | rotation |
| gdouble | trans_x |
| gdouble | trans_y |
| gchar * | font |
| gdouble | height |
| GSList * | positions |
| GSList * | items |
Definition at line 229 of file dialog-print-check.c.
| gboolean _check_format::blocking |
Default for printing blocking characters for this page of checks.
Definition at line 242 of file dialog-print-check.c.
| gchar* _check_format::filename |
The name of the file from which this data was read.
Definition at line 236 of file dialog-print-check.c.
| gchar* _check_format::font |
Default font for this page of checks.
Definition at line 259 of file dialog-print-check.c.
| const gchar* _check_format::group |
The group where this format was found.
Definition at line 234 of file dialog-print-check.c.
| gchar* _check_format::guid |
Unique identifier for this format.
Definition at line 232 of file dialog-print-check.c.
| gdouble _check_format::height |
Height of one check on a page.
Definition at line 261 of file dialog-print-check.c.
| GSList* _check_format::items |
List of items printed on each check.
Definition at line 265 of file dialog-print-check.c.
| GSList* _check_format::positions |
Names of the checks on the page.
Definition at line 263 of file dialog-print-check.c.
| gboolean _check_format::print_date_format |
Default for printing date format characters for this page of checks.
Definition at line 245 of file dialog-print-check.c.
| gdouble _check_format::rotation |
Rotate the entire page by this amount.
Definition at line 253 of file dialog-print-check.c.
| gboolean _check_format::show_boxes |
Print boxes when width and height are known.
Definition at line 250 of file dialog-print-check.c.
| gboolean _check_format::show_grid |
Print a grid pattern on the page
Definition at line 248 of file dialog-print-check.c.
| gchar* _check_format::title |
Title of this check format. Displayed in the dialog box.
Definition at line 239 of file dialog-print-check.c.
| gdouble _check_format::trans_x |
Move entire page left by this amount.
Definition at line 255 of file dialog-print-check.c.
| gdouble _check_format::trans_y |
Move entire page down by this amount.
Definition at line 257 of file dialog-print-check.c.
1.7.4