~wxColourData();
bool GetChooseFull();
- wxColour& GetColour();
+ wxColour GetColour();
wxColour GetCustomColour(int i);
void SetChooseFull(int flag);
void SetColour(const wxColour& colour);
public:
wxColourDialog(wxWindow* parent, wxColourData* data = NULL);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
wxColourData& GetColourData();
int ShowModal();
};
long style = 0,
const wxPoint& pos = wxDefaultPosition);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
wxString GetPath();
wxString GetMessage();
long GetStyle();
long style = 0,
const wxPoint& pos = wxDefaultPosition);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
wxString GetDirectory();
wxString GetFilename();
int GetFilterIndex();
return new wxSingleChoiceDialog(parent, *message, *caption,
LCOUNT, choices, NULL, style, *pos);
}
- }
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
+ }
int GetSelection();
wxString GetStringSelection();
long style = wxOK | wxCANCEL | wxCENTRE,
const wxPoint& pos = wxDefaultPosition);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
wxString GetValue();
void SetValue(const wxString& value);
int ShowModal();
void EnableEffects(bool enable);
bool GetAllowSymbols();
- wxColour& GetColour();
+ wxColour GetColour();
wxFont GetChosenFont();
bool GetEnableEffects();
wxFont GetInitialFont();
public:
wxFontDialog(wxWindow* parent, wxFontData* data);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
wxFontData& GetFontData();
int ShowModal();
};
long style = wxOK | wxCANCEL | wxCENTRE,
const wxPoint& pos = wxDefaultPosition);
- %pragma(python) addtomethod = "__init__:#wx._StdDialogCallbacks(self)"
-
int ShowModal();
};