Searched refs:EditLabel (Results 26 - 37 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp1899 wxTextCtrl* wxListCtrl::EditLabel(long item, wxClassInfo* textControlClass) function in class:wxListCtrl
1902 return m_genericImpl->EditLabel(item, textControlClass);
1907 wxT("wrong index in wxListCtrl::EditLabel()") );
1910 wxT("EditLabel() needs a text control") );
2345 EditLabel( m_current );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtreectrl.tex311 \membersection{wxTreeCtrl::EditLabel}\label{wxtreectrleditlabel}
313 \func{void}{EditLabel}{\param{const wxTreeItemId\&}{ item}}
339 \helpref{wxTreeCtrl::EditLabel}{wxtreectrleditlabel}
H A Dlistctrl.tex237 \membersection{wxListCtrl::EditLabel}\label{wxlistctrledit}
239 \func{void}{EditLabel}{\param{long }{item}}
H A Dtevent.tex238 \twocolitem{\helpref{wxTreeCtrl::EditLabel}{wxtreectrleditlabel}}{No event-free alternatives}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp722 m_listCtrl->EditLabel(itemCur);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp3151 wxTextCtrl *wxGenericTreeCtrl::EditLabel(const wxTreeItemId& item, function in class:wxGenericTreeCtrl
3221 EditLabel( m_current );
H A Dfiledlgg.cpp728 EditLabel( id );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp1851 wxTextCtrl* wxTreeCtrl::EditLabel ( function in class:wxTreeCtrl
1875 } // end of wxTreeCtrl::EditLabel
H A Dlistctrl.cpp1977 wxTextCtrl* wxListCtrl::EditLabel ( function in class:wxListCtrl
2001 } // end of wxListCtrl::EditLabel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp435 (void)m_treeCtrl->EditLabel(item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp695 // by user and hence m_textCtrl wasn't created by EditLabel() at all, while
696 // the second case corresponds to us being called from inside EditLabel()
698 // case EditLabel() did create the control but it didn't have an HWND to
1409 wxTextCtrl* wxListCtrl::EditLabel(long item, wxClassInfo* textControlClass) function in class:wxListCtrl
H A Dtreectrl.cpp1894 wxTextCtrl *wxTreeCtrl::EditLabel(const wxTreeItemId& item, function in class:wxTreeCtrl

Completed in 235 milliseconds

12