Searched refs:IsEditCancelled (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewevent.tex55 \membersection{wxDataViewEvent::IsEditCancelled}\label{wxdatavieweventiseditcancelled}
57 \constfunc{bool}{IsEditCancelled}{\void}
H A Dlistevt.tex149 \membersection{wxListEvent::IsEditCancelled}\label{wxlisteventiseditcancelled}
151 \constfunc{bool}{IsEditCancelled}{\void}
H A Dtreeevt.tex109 \membersection{wxTreeEvent::IsEditCancelled}\label{wxtreeeventiseditcancelled}
111 \constfunc{bool}{IsEditCancelled}{}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebase.h307 bool IsEditCancelled() const { return m_editCancelled; } function in class:wxTreeEvent
H A Ddataview.h428 bool IsEditCancelled() const { return m_editCancelled; } function in class:wxDataViewEvent
H A Dlistbase.h400 bool IsEditCancelled() const { return m_editCancelled; } function in class:wxListEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp855 event.IsEditCancelled() ? _T("[cancelled]")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp698 if (event.IsEditCancelled())

Completed in 144 milliseconds