Searched refs:CreateGrid (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 Dtgrid.tex22 // Then we call CreateGrid to set the dimensions of the grid
24 grid->CreateGrid( 100, 10 );
H A Dgrid.tex97 \helpref{CreateGrid}{wxgridcreategrid}\\
132 Constructor to create a grid object. Call either \helpref{wxGrid::CreateGrid}{wxgridcreategrid} or
345 \membersection{wxGrid::CreateGrid}\label{wxgridcreategrid}
347 \func{bool}{CreateGrid}{\param{int }{numRows}, \param{int }{numCols}, \param{wxGrid::wxGridSelectionModes }{selmode = wxGrid::wxGridSelectCells}}
1155 \helpref{wxGrid::CreateGrid}{wxgridcreategrid}) this process is automatic. If you are
1174 \helpref{wxGrid::CreateGrid}{wxgridcreategrid}) this process is automatic. If you are
1969 Use this function instead of \helpref{wxGrid::CreateGrid}{wxgridcreategrid} when your
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscoredg.cpp146 list->CreateGrid(players.Count(), 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbgrid.cpp105 // wxLogMessage(_("\n-I-> DBGrid::OnTableView() : Vor CreateGrid"));
106 CreateGrid(i,(ct_BrowserDB->pTableInf+x)->numCols); // Records , Columns
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp126 wxGrid* CreateGrid();
920 m_mgr.AddPane(CreateGrid(), wxAuiPaneInfo().Name(wxT("grid_content")).
1351 m_mgr.AddPane(CreateGrid(), wxAuiPaneInfo().
1495 wxGrid* MyFrame::CreateGrid() function in class:MyFrame
1501 grid->CreateGrid(50, 20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp257 grid->CreateGrid( 0, 0 );
1046 grid->CreateGrid(3,3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1107 bool CreateGrid( int numRows, int numCols,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp4385 // set to true by CreateGrid
4478 bool wxGrid::CreateGrid( int numRows, int numCols, function in class:wxGrid
4483 wxT("wxGrid::CreateGrid or wxGrid::SetTable called more than once") );
4503 wxT("Called wxGrid::SetSelectionMode() before calling CreateGrid()") );
4511 wxT("Called wxGrid::GetSelectionMode() before calling CreateGrid()") );
6728 wxFAIL_MSG( wxT("Called wxGrid::InsertRows() before calling CreateGrid()") );
6753 wxFAIL_MSG( wxT("Called wxGrid::AppendRows() before calling CreateGrid()") );
6775 wxFAIL_MSG( wxT("Called wxGrid::DeleteRows() before calling CreateGrid()") );
6799 wxFAIL_MSG( wxT("Called wxGrid::InsertCols() before calling CreateGrid()") );
6823 wxFAIL_MSG( wxT("Called wxGrid::AppendCols() before calling CreateGrid()") );
[all...]

Completed in 279 milliseconds