GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
CheckItemType2 type
 

Detailed Description

Definition at line 184 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 218 of file dialog-print-check.c.

gboolean _check_item::blocking

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

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

gchar * _check_item::filename

The filename for picture items. Otherwise unused.

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

gchar * _check_item::font

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

Definition at line 205 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 194 of file dialog-print-check.c.

gboolean _check_item::print_date_format

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

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

gchar * _check_item::text

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

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

CheckItemType _check_item::type

What type of item is this?

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

CheckItemType2 _check_item::type

What type of item is this?

Definition at line 187 of file dialog-print-check2.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 189 of file dialog-print-check.c.


The documentation for this struct was generated from the following files: