Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

include/gimp-print/paper.h File Reference

Paper size functions. More...

#include <gimp-print/vars.h>

Go to the source code of this file.

Data Structures

struct  stp_papersize_t
 The papersize data type. More...


Enumerations

enum  stp_papersize_unit_t { PAPERSIZE_ENGLISH_STANDARD, PAPERSIZE_METRIC_STANDARD, PAPERSIZE_ENGLISH_EXTENDED, PAPERSIZE_METRIC_EXTENDED }
 Units of measurement. More...


Functions

int stp_known_papersizes (void)
 Get the number of available papersizes.

const stp_papersize_tstp_get_papersize_by_name (const char *name)
 Get a papersize by name.

const stp_papersize_tstp_get_papersize_by_size (int length, int width)
 Get a papersize by size.

const stp_papersize_tstp_get_papersize_by_index (int idx)
 Get a papersize by its index number.

void stp_default_media_size (const stp_vars_t *v, int *width, int *height)


Detailed Description

Paper size functions.

Definition in file paper.h.


Generated on Wed May 12 20:21:35 2004 for libgimpprint API Reference by doxygen1.2.17