Searched refs:iMessage (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintillaWidget.h44 sptr_t scintilla_send_message (ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DScintilla.h39 typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DScintillaBase.h66 virtual int KeyCommand(unsigned int iMessage);
90 virtual sptr_t WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DScintillaBase.cxx127 int ScintillaBase::KeyCommand(unsigned int iMessage) { argument
130 switch (iMessage) {
174 (iMessage != SCI_CHARLEFT) &&
175 (iMessage != SCI_CHARLEFTEXTEND) &&
176 (iMessage != SCI_CHARRIGHT) &&
177 (iMessage != SCI_CHARLEFTEXTEND) &&
178 (iMessage != SCI_EDITTOGGLEOVERTYPE) &&
179 (iMessage != SCI_DELETEBACK) &&
180 (iMessage != SCI_DELETEBACKNOTLINE)
184 if ((iMessage
502 WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) argument
[all...]
H A DEditor.h455 void NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
466 virtual int KeyCommand(unsigned int iMessage);
477 long SearchText(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
531 virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0;
537 virtual sptr_t WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DDocument.h203 long FindText(int iMessage, unsigned long wParam, long lParam);
H A DEditor.cxx3871 void Editor::NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { argument
3874 switch (iMessage) {
3979 // printf("Filtered out %ld of macro recording\n", iMessage);
3986 scn.message = iMessage;
4199 int Editor::KeyCommand(unsigned int iMessage) { argument
4200 switch (iMessage) {
4753 unsigned int iMessage, ///< Accepts both @c SCI_SEARCHNEXT and @c SCI_SEARCHPREV.
4761 if (iMessage == SCI_SEARCHNEXT) {
5693 sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { argument
5694 //Platform::DebugPrintf("S start wnd proc %d %d %d\n",iMessage, wPara
4752 SearchText( unsigned int iMessage, uptr_t wParam, sptr_t lParam) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h114 virtual sptr_t DefWndProc(unsigned int iMessage,
117 virtual sptr_t WndProc(unsigned int iMessage,
H A DScintillaWX.cpp685 sptr_t ScintillaWX::DefWndProc(unsigned int /*iMessage*/,
691 sptr_t ScintillaWX::WndProc(unsigned int iMessage, argument
694 switch (iMessage) {
743 return ScintillaBase::WndProc(iMessage, wParam, lParam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcontrol.cpp108 pascal OSStatus wxMacSetupControlBackground( ControlRef iControl , SInt16 iMessage , SInt16 iDepth , Boolean iIsColor )
111 switch( iMessage )

Completed in 137 milliseconds