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