UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
zq
std_pages.h
1
/* std_pages.h */
2
/* $Id: std_pages.h,v 1.1 2006/05/30 10:50:30 guser4 Exp $ */
3
4
/*
5
* $Log: std_pages.h,v $
6
* Revision 1.1 2006/05/30 10:50:30 guser4
7
* Draft print options dialog
8
*
9
*/
10
11
#ifndef __std_pages_h
12
#define __std_pages_h
13
20
typedef
struct
21
{
22
char
*
name
;
23
int
width
;
24
int
height
;
26
}
StdPage
;
27
28
29
#ifndef __std_pages_vars
30
32
extern
int
nStdPages;
33
35
extern
StdPage
pStdPages[];
36
37
#endif
/* __std_pages_vars */
38
39
40
#endif
/* std_pages.h */
StdPage::width
int width
Definition:
std_pages.h:23
StdPage
Definition:
std_pages.h:20
StdPage::height
int height
Definition:
std_pages.h:24
StdPage::name
char * name
Definition:
std_pages.h:22
Generated by
1.8.5