SetOrientationReversed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,7 +69,8 @@ public:
|
||||
int GetNoCopies();
|
||||
bool GetCollate();
|
||||
int GetOrientation();
|
||||
|
||||
bool IsOrientationReversed() const;
|
||||
|
||||
bool IsOk();
|
||||
%pythoncode { Ok = IsOk }
|
||||
|
||||
@@ -87,7 +88,8 @@ public:
|
||||
void SetNoCopies(int v);
|
||||
void SetCollate(bool flag);
|
||||
void SetOrientation(int orient);
|
||||
|
||||
void SetOrientationReversed(bool reversed);
|
||||
|
||||
void SetPrinterName(const wxString& name);
|
||||
void SetColour(bool colour);
|
||||
void SetDuplex(wxDuplexMode duplex);
|
||||
|
Reference in New Issue
Block a user