Searched refs:SetRows (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridsizr.tex75 \membersection{wxGridSizer::SetRows}\label{wxgridsizersetrows}
77 \func{void}{SetRows}{\param{int }{rows}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtoolbar.h55 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtoolbar.h54 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtoolbar.cpp220 void wxToolBar::SetRows(int nRows) function in class:wxToolBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoolbar.h58 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtbar95.h55 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoolbar.cpp359 SetRows(1);
370 SetRows(GetToolsCount());
415 void wxToolBar::SetRows(int nRows) function in class:wxToolBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h59 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoolbar.h70 virtual void SetRows(int nRows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/toolbar/
H A Dtoolbar.cpp478 toolBar->SetRows(!(toolBar->IsVertical()) ? m_rows : 10 / m_rows);
713 GetToolBar()->SetRows(!(GetToolBar()->IsVertical()) ? m_rows : 10 / m_rows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1126 SetRows(1);
1132 SetRows(m_nButtons);
1255 void wxToolBar::SetRows(int nRows) function in class:wxToolBar
1458 m_maxRows = 0; // otherwise SetRows() wouldn't do anything
1459 SetRows(nrows);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp1320 SetRows( 1 );
1331 SetRows( GetToolsCount() );
1392 void wxToolBar::SetRows(int nRows) function in class:wxToolBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtbarbase.h394 virtual void SetRows(int nRows);
H A Dsizer.h644 void SetRows( int rows ) { m_rows = rows; } function in class:wxGridSizer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtbarbase.cpp574 void wxToolBarBase::SetRows(int WXUNUSED(nRows)) function in class:wxToolBarBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp928 void wxToolBar::SetRows( function in class:wxToolBar
936 } // end of wxToolBar::SetRows
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp637 void wxToolBarSimple::SetRows(int nRows) function in class:wxToolBarSimple

Completed in 275 milliseconds