Searched refs:SetCol (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 Dgbposition.tex38 \membersection{wxGBPosition::SetCol}\label{wxgbpositionsetcol}
40 \func{void}{SetCol}{\param{int }{col}}
H A Dgridevt.tex54 \membersection{wxGridEditorCreatedEvent::SetCol}\label{wxgrideditorcreatedeventsetcol}
56 \func{void}{SetCol}{\param{int }{col}}
H A Ddb.tex4114 overriding GetCol() and SetCol() to provide calculated fields. This does work but care should
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridsel.cpp334 coords1.SetCol(col);
339 coords2.SetCol(col);
1064 coords.SetCol(col + numCols);
1072 coords.SetCol(col + numCols);
1098 coords2.SetCol(col2 + numCols);
1100 coords1.SetCol(col1 + numCols);
1108 coords2.SetCol(col2 + numCols);
1110 coords1.SetCol( wxMax(col1 + numCols, (int)pos) );
1124 coords2.SetCol(pos);
H A Dgrid.cpp2759 coords.SetCol(col + numCols);
2767 coords.SetCol(col + numCols);
6077 coords.SetCol(coords.GetCol() + cell_cols);
7919 cell.SetCol(cell.GetCol() + cols);
8550 m_currentCellCoords.SetCol( col );
9167 m_selectingKeyboard.SetCol( m_selectingKeyboard.GetCol() - 1 );
9202 m_selectingKeyboard.SetCol( m_selectingKeyboard.GetCol() + 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgbsizer.h42 void SetCol(int col) { m_col = col; } function in class:wxGBPosition
H A Ddbtable.h328 virtual void SetCol(const int colNumber, const wxVariant value) { return SetColumn(colNumber, value); }; function in class:wxDbTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1034 void SetCol( int n ) { m_col = n; } function in class:wxGridCellCoords
2189 void SetCol(int col) { m_col = col; } function in class:wxGridEditorCreatedEvent

Completed in 104 milliseconds