GnuCash 2.3.0
Data Fields
_check_item Struct Reference

Data Fields

CheckItemType type
gdouble x
gdouble y
gdouble w
gdouble h
gchar * filename
gchar * text
gchar * font
gboolean blocking
gboolean print_date_format
PangoAlignment align

Detailed Description

Definition at line 185 of file dialog-print-check.c.


Field Documentation

PangoAlignment _check_item::align

The alignment of a text based item. Only used for text based items when a width is specified.

Definition at line 219 of file dialog-print-check.c.

Optional. Overrides blocking in the check format. Default is no blocking characters are written. Unused for non-text items.

Definition at line 210 of file dialog-print-check.c.

The filename for picture items. Otherwise unused.

Definition at line 200 of file dialog-print-check.c.

The font to use for text based items. This overrides any font in the check format. Unused for non-text items.

Definition at line 206 of file dialog-print-check.c.

gdouble _check_item::h

Optional. The width and height of this item. Text will be clipped to this size. Pictures will be shrunk to fit if necessary.

Definition at line 195 of file dialog-print-check.c.

Optional. Print date format. Only applies to DATE items. Default is no format is written.

Definition at line 215 of file dialog-print-check.c.

The text to be displayed (for text based items.) Otherwise unused.

Definition at line 203 of file dialog-print-check.c.

CheckItemType _check_item::type

What type of item is this?

Definition at line 188 of file dialog-print-check.c.

gdouble _check_item::y

The x/y coordinates where this item should be printed. The origin for these coordinates is determined by the print system used.

Definition at line 190 of file dialog-print-check.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines