GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxPageSetupDialog(3) Erlang Module Definition wxPageSetupDialog(3)

wxPageSetupDialog - Functions for wxPageSetupDialog class

This class represents the page setup common dialog.

The page setup dialog contains controls for paper size (letter, A4, A5 etc.), orientation (landscape or portrait), and, only under Windows currently, controls for setting left, top, right and bottom margin sizes in millimetres.

The exact appearance of this dialog varies among the platforms as a native dialog is used when available (currently the case for all major platforms).

When the dialog has been closed, you need to query the wxPageSetupDialogData object associated with the dialog.

Note that the OK and Cancel buttons do not destroy the dialog; this must be done by the application.

See: Overview printing, wxPrintDialog, wxPageSetupDialogData

wxWidgets docs: wxPageSetupDialog

wxPageSetupDialog() = wx:wx_object()

new(Parent) -> wxPageSetupDialog()


Types:

Parent = wxWindow:wxWindow()

new(Parent, Options :: [Option]) -> wxPageSetupDialog()


Types:

Parent = wxWindow:wxWindow()
Option = {data, wxPageSetupDialogData:wxPageSetupDialogData()}

Constructor.

Pass a parent window, and optionally a pointer to a block of page setup data, which will be copied to the print dialog's internal data.

destroy(This :: wxPageSetupDialog()) -> ok


Destructor.

getPageSetupData(This) ->

                    wxPageSetupDialogData:wxPageSetupDialogData()


Types:

This = wxPageSetupDialog()

Returns the wxPageSetupDialogData object associated with the dialog.

showModal(This) -> integer()


Types:

This = wxPageSetupDialog()

Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.