• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/

Lines Matching +defs:code +defs:string

98 #include <string.h>
141 // different behaviour than the old code so we keep the possibility to use it
551 // code but it's not clear where it happens so for now just try to
1370 // optionally allow the old code to continue to use it provided a special
1754 // the new and not the old position to the other wx code
2113 void wxWindowMSW::GetTextExtent(const wxString& string,
2132 ::GetTextExtentPoint32(hdc, string, string.length(), &sizeRect);
2551 WXWORD *code, WXWORD *pos, WXHWND *hwnd)
2553 *code = LOWORD(wParam);
2984 //else: get the dlg code from the DefWindowProc()
3109 WXWORD code, pos;
3111 UnpackScroll(wParam, lParam, &code, &pos, &hwnd);
3115 code, pos, hwnd);
3510 NB: there used to be some code here which set the initial size of the
3582 // check a common bug in the user code: if the window is created with a
3688 bool wxWindowMSW::HandleTooltipNotify(WXUINT code,
3698 if ( !(code == (WXUINT) TTN_NEEDTEXTA || code == (WXUINT) TTN_NEEDTEXTW)
3710 // limits the tooltip string length to only 40 characters
3720 if ( code == (WXUINT) TTN_NEEDTEXTW )
3755 // to copy the string we have into the buffer
3775 if ( HandleTooltipNotify(hdr->code, lParam, m_tooltip->GetTip()))
4069 // first ask the user code - it may wish to set the cursor in some very
4099 // if the user code caught EVT_SET_CURSOR() and returned nothing from
5417 // code as, normally, keys with Ctrl and/or Alt don't result in anything
5490 // menu creation code
6089 // by code in msw/radiobox.cpp), for all the others we just search up the
6127 // need to change HWND <-> wxWindow code more heavily than I can