|
GnuCash
2.6.99
|
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 228 of file dialog-print-check.c.
| gboolean _check_format::blocking |
Default for printing blocking characters for this page of checks.
Definition at line 241 of file dialog-print-check.c.
| gchar * _check_format::filename |
The name of the file from which this data was read.
Definition at line 235 of file dialog-print-check.c.
| gchar * _check_format::font |
Default font for this page of checks.
Definition at line 258 of file dialog-print-check.c.
| const gchar * _check_format::group |
The group where this format was found.
Definition at line 233 of file dialog-print-check.c.
| gchar * _check_format::guid |
Unique identifier for this format.
Definition at line 231 of file dialog-print-check.c.
| gdouble _check_format::height |
Height of one check on a page.
Definition at line 260 of file dialog-print-check.c.
| GSList * _check_format::items |
List of items printed on each check.
Definition at line 264 of file dialog-print-check.c.
| GSList * _check_format::positions |
Names of the checks on the page.
Definition at line 262 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 244 of file dialog-print-check.c.
| gdouble _check_format::rotation |
Rotate the entire page by this amount.
Definition at line 252 of file dialog-print-check.c.
| gboolean _check_format::show_boxes |
Print boxes when width and height are known.
Definition at line 249 of file dialog-print-check.c.
| gboolean _check_format::show_grid |
Print a grid pattern on the page
Definition at line 247 of file dialog-print-check.c.
| gchar * _check_format::title |
Title of this check format. Displayed in the dialog box.
Definition at line 238 of file dialog-print-check.c.
| gdouble _check_format::trans_x |
Move entire page left by this amount.
Definition at line 254 of file dialog-print-check.c.
| gdouble _check_format::trans_y |
Move entire page down by this amount.
Definition at line 256 of file dialog-print-check.c.
1.8.6