Added new or missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,6 +223,7 @@ public:
|
||||
int GetMaxPage();
|
||||
int GetMinPage();
|
||||
int GetNoCopies();
|
||||
bool GetSelection();
|
||||
%addmethods {
|
||||
%new wxPrintData* GetPrintData() {
|
||||
return new wxPrintData(self->GetPrintData()); // force a copy
|
||||
@@ -234,12 +235,14 @@ public:
|
||||
bool Ok();
|
||||
|
||||
void SetCollate(bool flag);
|
||||
void SetAllPages(bool flag);
|
||||
void SetFromPage(int page);
|
||||
void SetMaxPage(int page);
|
||||
void SetMinPage(int page);
|
||||
void SetNoCopies(int n);
|
||||
void SetPrintData(const wxPrintData& printData);
|
||||
void SetPrintToFile(bool flag);
|
||||
void SetSelection(bool flag);
|
||||
void SetSetupDialog(bool flag);
|
||||
void SetToPage(int page);
|
||||
|
||||
|
Reference in New Issue
Block a user