updates for swig generated code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -395,9 +395,10 @@ public:
|
||||
// or small icon view)
|
||||
int GetCountPerPage() const;
|
||||
|
||||
#ifdef __WXMSW__
|
||||
// Gets the edit control for editing labels.
|
||||
wxTextCtrl* GetEditControl() const;
|
||||
|
||||
#endif
|
||||
|
||||
//bool GetItem(wxListItem& info) const ;
|
||||
%addmethods {
|
||||
@@ -540,11 +541,13 @@ public:
|
||||
// Clears items, and columns if there are any.
|
||||
void ClearAll();
|
||||
|
||||
#ifdef __WXMSW__
|
||||
// Edit the label
|
||||
wxTextCtrl* EditLabel(long item /*, wxClassInfo* textControlClass = CLASSINFO(wxTextCtrl)*/);
|
||||
|
||||
// End label editing, optionally cancelling the edit
|
||||
bool EndEditLabel(bool cancel);
|
||||
#endif
|
||||
|
||||
// Ensures this item is visible
|
||||
bool EnsureVisible(long item) ;
|
||||
|
||||
Reference in New Issue
Block a user