Searched refs:wxGetWindowText (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatbox.cpp94 GetTextExtent( wxGetWindowText(m_hWnd)
H A Dtglbtn.cpp104 wxString label = wxGetWindowText(GetHWND());
H A Dcheckbox.cpp109 wxString sStr = wxGetWindowText(GetHWND());
H A Dradiobox.cpp540 return wxGetWindowText(m_ahRadioButtons[nItem]);
555 GetTextExtent( wxGetWindowText(m_ahRadioButtons[i])
613 return wxGetWindowText(m_ahRadioButtons[nNum]);
644 wxString sStr = wxGetWindowText(GetHwnd());
H A Dradiobut.cpp110 wxString sStr = wxGetWindowText(GetHwnd());
H A Dstattext.cpp111 wxString sText(wxGetWindowText(GetHWND()));
H A Dspinctrl.cpp334 wxString sVal = wxGetWindowText(m_hWndBuddy);
408 wxString sVal = wxGetWindowText(m_hWndBuddy);
H A Dbutton.cpp140 wxString rsLabel = wxGetWindowText(GetHWND());
H A Dcombobox.cpp186 return wxGetWindowText(GetHwnd());
H A Dtextctrl.cpp331 wxString sStr = wxGetWindowText(GetHWND());
H A Dutilsgui.cpp453 wxString WXDLLEXPORT wxGetWindowText( WXHWND hWnd ) function
H A Dwindow.cpp580 return wxGetWindowText(GetHWND());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinctrl.cpp223 wxString val = wxGetWindowText(m_hwndBuddy);
241 wxString val = wxGetWindowText(m_hwndBuddy);
475 if ( wxGetWindowText(m_hwndBuddy).empty() )
489 wxString val = wxGetWindowText(m_hwndBuddy);
H A Dtglbtn.cpp115 wxString label = wxGetWindowText(GetHWND());
H A Dcombobox.cpp351 value = wxGetWindowText(GetHwnd());
507 return wxGetWindowText(m_hWnd);
H A Dradiobox.cpp371 return wxGetWindowText((*m_radioButtons)[item]);
487 GetTextExtent(wxGetWindowText((*m_radioButtons)[i]), &width, &height);
H A Dutilsgui.cpp359 wxString WXDLLEXPORT wxGetWindowText(WXHWND hWnd) function
H A Dcheckbox.cpp213 wxString str = wxGetWindowText(GetHWND());
H A Dstatbox.cpp181 GetTextExtent(GetLabelText(wxGetWindowText(m_hWnd)), &wBox, &cy);
H A Dtextctrl.cpp818 str = wxGetWindowText(GetHWND());
H A Dwindow.cpp3983 return wxGetWindowText(GetHWND());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h376 WXDLLEXPORT extern wxString wxGetWindowText(WXHWND hWnd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp380 str = wxGetWindowText(GetBuddyHwnd());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dprivate.h850 extern WXDLLEXPORT wxString wxGetWindowText(WXHWND hWnd);

Completed in 150 milliseconds