Some tweaks and generated core sources for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -525,23 +525,26 @@ public:
|
||||
%name(EnableItem)void Enable(int n, bool enable);
|
||||
int FindString(const wxString& string);
|
||||
|
||||
//*** wxString GetLabel();
|
||||
//*** void SetLabel(const wxString& label);
|
||||
|
||||
wxString GetString(int n);
|
||||
|
||||
#ifdef __WXMSW__
|
||||
void SetString(int n, const wxString& label);
|
||||
%pragma(python) addtoclass = "
|
||||
GetItemLabel = GetString
|
||||
SetItemLabel = SetString
|
||||
"
|
||||
int GetColumnCount();
|
||||
int GetRowCount();
|
||||
#else
|
||||
%name(GetItemLabel)wxString GetLabel( int item );
|
||||
%name(SetItemLabel)void SetLabel( int item, const wxString& label );
|
||||
#endif
|
||||
|
||||
int GetSelection();
|
||||
wxString GetStringSelection();
|
||||
int GetCount();
|
||||
%pragma(python) addtoclass = "Number = GetCount"
|
||||
|
||||
int GetColumnCount();
|
||||
int GetRowCount();
|
||||
|
||||
void SetSelection(int n);
|
||||
void SetStringSelection(const wxString& string);
|
||||
void Show(bool show);
|
||||
|
Reference in New Issue
Block a user