Definition at line 188 of file dialog-print-check.c.
Data Fields | |
| gchar * | guid |
| const gchar * | group |
| gchar * | filename |
| gchar * | title |
| gboolean | show_grid |
| gboolean | show_boxes |
| gdouble | rotation |
| gdouble | trans_x |
| gdouble | trans_y |
| gchar * | font |
| gdouble | height |
| GSList * | positions |
| GSList * | items |
| gchar* _check_format::guid |
Unique identifier for this format.
Definition at line 190 of file dialog-print-check.c.
| const gchar* _check_format::group |
The group where this format was found.
Definition at line 192 of file dialog-print-check.c.
| gchar* _check_format::filename |
The name of the file from which this data was read.
Definition at line 194 of file dialog-print-check.c.
| gchar* _check_format::title |
Title of this check format. Displayed to user in the dialog box.
Definition at line 197 of file dialog-print-check.c.
| gboolean _check_format::show_grid |
Print a grid pattern on the page
Definition at line 200 of file dialog-print-check.c.
| gboolean _check_format::show_boxes |
Print boxes when width and height are known.
Definition at line 202 of file dialog-print-check.c.
| gdouble _check_format::rotation |
Rotate entire page by this amount
Definition at line 205 of file dialog-print-check.c.
| gdouble _check_format::trans_x |
Move entire page by this X amount
Definition at line 207 of file dialog-print-check.c.
| gdouble _check_format::trans_y |
Move entire page by this Y amount
Definition at line 209 of file dialog-print-check.c.
| gchar* _check_format::font |
Default font for this page of checks
Definition at line 211 of file dialog-print-check.c.
| gdouble _check_format::height |
Height of one check on a page
Definition at line 213 of file dialog-print-check.c.
| GSList* _check_format::positions |
Names of the checks on the page.
Definition at line 215 of file dialog-print-check.c.
| GSList* _check_format::items |
List of items printed on each check
Definition at line 217 of file dialog-print-check.c.
1.5.2