A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.PageSetupDialog.html below:

wx.PageSetupDialog — wxPython Phoenix 4.2.4a1 documentation

wx.PageSetupDialog¶

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 wx.PageSetupDialogData object associated with the dialog.

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

Class Hierarchy¶

Inheritance diagram for class

PageSetupDialog

:

Control Appearance¶ Methods Summary¶ Properties Summary¶ Class API¶
class wx.PageSetupDialog(Object)¶

Possible constructors:

PageSetupDialog(parent, data=None) -> None

This class represents the page setup common dialog.


Methods¶
__init__(self, parent, data=None)¶

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.

Parameters:
Return type:

None


GetPageSetupData(self)¶

Returns the wx.PageSetupDialogData object associated with the dialog.

Return type:

wx.PageSetupDialogData


ShowModal(self)¶

Shows the dialog, returning ID_OK if the user pressed wx.OK, and ID_CANCEL otherwise.

Return type:

int


Properties¶
PageSetupData¶

See GetPageSetupData


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4