- indexing
- title: "Visual Eiffel Library.", "The `PAGESETUPDLG%' structure contains information the `PageSetupDlg%' function uses to initialize the `Page Setup%' common dialog box. After the user closes the dialog box, the system returns information about the user-defined page parameters in this structure."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_PAGESETUPDLG
- inherit
-
WAPI_GET_POINTER
- end
- creation
- make
- feature -- Class data
-
lStructSize: INTEGER
-
hwndOwner: INTEGER
-
hDevMode: INTEGER
-
hDevNames: INTEGER
-
Flags: BIT 32
-
ptPaperSize: expanded WAPI_POINT
-
rtMinMargin: expanded WAPI_RECT
-
rtMargin: expanded WAPI_RECT
-
hInstance: INTEGER
-
lCustData: INTEGER
-
lpfnPageSetupHook: POINTER
-
lpfnPagePaintHook: POINTER
-
lpPageSetupTemplateName: POINTER
-
hPageSetupTemplate: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Creation
-
make
- feature -- Operations
-
set_hwndOwner (i: INTEGER)
-
set_hDevMode (i: INTEGER)
-
set_hDevNames (i: INTEGER)
-
set_Flags (i: BIT 32)
-
set_ptPaperSize (i: WAPI_POINT)
-
set_rtMinMargin (i: WAPI_RECT)
-
set_rtMargin (i: WAPI_RECT)
-
set_hInstance (i: INTEGER)
-
set_lCustData (i: INTEGER)
-
set_lpfnPageSetupHook (i: POINTER)
-
set_lpfnPagePaintHook (i: POINTER)
-
set_lpPageSetupTemplateName (i: POINTER)
-
set_hPageSetupTemplate (i: INTEGER)
end -- class WAPI_PAGESETUPDLG