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