Searched refs:GetPos (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgbsizeritem.tex43 \membersection{wxGBSizerItem::GetPos}\label{wxgbsizeritemgetpos}
45 \constfunc{wxGBPosition}{GetPos}{\void}
47 \constfunc{void}{GetPos}{\param{int\& }{row}, \param{int\& }{col}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgbsizer.cpp87 void wxGBSizerItem::GetPos(int& row, int& col) const function in class:wxGBSizerItem
130 return Intersects(other.GetPos(), other.GetSpan());
139 GetPos(row, col);
252 return item->GetPos();
261 return item->GetPos();
271 return item->GetPos();
460 item->GetPos(row, col);
544 item->GetPos(row, col);
591 if ( item->GetPos() == pos && endrow == row )
603 for (int r=item->GetPos()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgbsizer.h118 wxGBPosition GetPos() const { return m_pos; } function in class:wxGBSizerItem
119 void GetPos(int& row, int& col) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c122 #define GetPos(x) SendDlgItemMessage(hwnd, x, TBM_GETPOS, 0, 0) macro
246 flac_cfg.output.replaygain.preamp = GetPos(IDC_PREAMP) - PREAMP_RANGE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp128 int GetPos() const {return m_Pos;} function in class:wxHtmlHistoryItem
772 Scroll(0, (*m_History)[m_HistoryPos].GetPos());
802 Scroll(0, (*m_History)[m_HistoryPos].GetPos());

Completed in 208 milliseconds