Beginings of wxX11 support. Much more to do but I have no more time
for it today. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,8 +44,10 @@ public:
|
||||
const wxValidator& validator = wxDefaultValidator,
|
||||
const wxString& name = wxPyChoiceNameStr);
|
||||
|
||||
#ifndef __WXX11__
|
||||
int GetColumns();
|
||||
void SetColumns(const int n = 1);
|
||||
#endif
|
||||
void SetSelection(const int n);
|
||||
void SetStringSelection(const wxString& string);
|
||||
void SetString(int n, const wxString& s);
|
||||
|
Reference in New Issue
Block a user