Searched refs:m_hwndBuddy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinctrl.cpp122 #define GetBuddyHwnd() (HWND)(m_hwndBuddy)
210 wxASSERT_MSG( spin->m_hwndBuddy == hwndBuddy,
223 wxString val = wxGetWindowText(m_hwndBuddy);
241 wxString val = wxGetWindowText(m_hwndBuddy);
281 ::SetFocus((HWND)m_hwndBuddy);
364 m_hwndBuddy = (WXHWND)::CreateWindowEx
378 if ( !m_hwndBuddy )
419 (void)::SendMessage(GetHwnd(), UDM_SETBUDDY, (WPARAM)m_hwndBuddy, 0);
437 // do it after finishing with m_hwndBuddy creation to avoid generating
475 if ( wxGetWindowText(m_hwndBuddy)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dspinctrl.h102 WXHWND m_hwndBuddy; member in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp43 #define GetBuddyHwnd() (HWND)(m_hwndBuddy)
115 wxASSERT_MSG( choice->m_hwndBuddy == hwndBuddy,
186 m_hwndBuddy = (WXHWND)::CreateWindowEx
200 if ( !m_hwndBuddy )
254 // do it after finishing with m_hwndBuddy creation to avoid generating
581 wxConstCast(this, wxChoice)->m_hWnd = m_hwndBuddy;
H A Dtextctrlce.cpp38 #define GetBuddyHwnd() (HWND)(m_hwndBuddy)
199 m_hwndBuddy = (WXHWND)::CreateWindowEx
213 if ( !m_hwndBuddy )
266 // do it after finishing with m_hwndBuddy creation to avoid generating
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dspinctrl.h125 WXHWND m_hwndBuddy; member in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dspinctrl.cpp115 #define GetBuddyHwnd() (HWND)(m_hwndBuddy)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dchoicece.h129 WXHWND m_hwndBuddy; member in class:wxChoice
H A Dtextctrlce.h226 WXHWND m_hwndBuddy; member in class:wxTextCtrl

Completed in 123 milliseconds