Searched refs:DeleteColumn (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleListCtrl.h222 bool DeleteColumn(int WXUNUSED(col)) { wxFAIL; return false; } function in class:CMuleListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h132 bool DeleteColumn( int col );
H A Dlistctrl.cpp684 void DeleteColumn( int col );
4511 void wxListMainWindow::DeleteColumn( int col )
4515 wxCHECK_RET( node, wxT("invalid column index in DeleteColumn()") );
5502 DeleteColumn( 0 );
5511 bool wxGenericListCtrl::DeleteColumn( int col )
5513 m_mainWin->DeleteColumn( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h115 bool DeleteColumn( int col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h211 bool DeleteColumn(int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h316 bool DeleteColumn(int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h265 bool DeleteColumn(int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dlistctrl.h296 bool DeleteColumn(int nCol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistctrl.h249 bool DeleteColumn(int col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp435 bool wxListCtrl::DeleteColumn(int col) function in class:wxListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewctrl.tex161 \membersection{wxDataViewCtrl::DeleteColumn}\label{wxdataviewctrldeletecolumn}
163 \func{virtual bool}{DeleteColumn}{\param{unsigned int }{pos}}
H A Dlistctrl.tex220 \membersection{wxListCtrl::DeleteColumn}\label{wxlistctrldeletecolumn}
222 \func{bool}{DeleteColumn}{\param{int }{col}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp368 m_listCtrl->DeleteColumn(2);
369 m_listCtrl->DeleteColumn(1);
370 m_listCtrl->DeleteColumn(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h364 virtual bool DeleteColumn( unsigned int pos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp884 bool wxDataViewCtrlBase::DeleteColumn( unsigned int WXUNUSED(pos) ) function in class:wxDataViewCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp682 void DeleteColumn( int col );
4552 void wxListMainWindow::DeleteColumn( int col )
4556 wxCHECK_RET( node, wxT("invalid column index in DeleteColumn()") );
5523 DeleteColumn( 0 );
5532 bool wxGenericListCtrl::DeleteColumn( int col )
5534 m_mainWin->DeleteColumn( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistctrl_mac.cpp1861 DeleteColumn(0);
1869 bool wxListCtrl::DeleteColumn(int col) function in class:wxListCtrl
1872 return m_genericImpl->DeleteColumn(col);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistctrl.cpp1942 DeleteColumn(m_nColCount - 1);
1951 bool wxListCtrl::DeleteColumn ( int nCol ) function in class:wxListCtrl
1963 } // end of wxListCtrl::DeleteColumn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp1379 bool wxListCtrl::DeleteColumn(int col) function in class:wxListCtrl

Completed in 414 milliseconds