Home
last modified time | relevance | path

Searched refs:nmhdr (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dheaderctrl.cpp51 extern int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
501 NMHEADER * const nmhdr = (NMHEADER *)lParam; in MSWOnNotify() local
507 const UINT code = nmhdr->hdr.code; in MSWOnNotify()
512 int idx = code <= HDN_FIRST && code > HDN_LAST ? nmhdr->iItem : -1; in MSWOnNotify()
540 idx = wxMSWGetColumnClicked(&nmhdr->hdr, &pt); in MSWOnNotify()
580 width = nmhdr->pitem->cxy; in MSWOnNotify()
599 if ( nmhdr->pitem && (nmhdr->pitem->mask & HDI_WIDTH) ) in MSWOnNotify()
602 width = nmhdr->pitem->cxy; in MSWOnNotify()
625 if ( nmhdr->iItem == -1 ) in MSWOnNotify()
649 wxASSERT_MSG( nmhdr->pitem->mask & HDI_ORDER, "should have order" ); in MSWOnNotify()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dheaderctrl.cpp51 extern int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
501 NMHEADER * const nmhdr = (NMHEADER *)lParam; in MSWOnNotify() local
507 const UINT code = nmhdr->hdr.code; in MSWOnNotify()
512 int idx = code <= HDN_FIRST && code > HDN_LAST ? nmhdr->iItem : -1; in MSWOnNotify()
540 idx = wxMSWGetColumnClicked(&nmhdr->hdr, &pt); in MSWOnNotify()
580 width = nmhdr->pitem->cxy; in MSWOnNotify()
599 if ( nmhdr->pitem && (nmhdr->pitem->mask & HDI_WIDTH) ) in MSWOnNotify()
602 width = nmhdr->pitem->cxy; in MSWOnNotify()
625 if ( nmhdr->iItem == -1 ) in MSWOnNotify()
649 wxASSERT_MSG( nmhdr->pitem->mask & HDI_ORDER, "should have order" ); in MSWOnNotify()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwindatepicker.cpp69 LRESULT notify(int id, const NMHDR& nmhdr);
435 DatePicker::notify(int id, const NMHDR& nmhdr) in notify() argument
451 NMHDR nmhdr; in sendNotify() local
453 ZeroMemory(&nmhdr, sizeof(nmhdr)); in sendNotify()
454 nmhdr.hwndFrom = hwnd; in sendNotify()
455 nmhdr.idFrom = GetWindowLongPtr(hwnd, GWLP_ID); in sendNotify()
456 nmhdr.code = code; in sendNotify()
459 nmhdr.idFrom, in sendNotify()
470 change.nmhdr.hwndFrom = hwnd; in notifyDateChanged()
472 change.nmhdr.code = DTN_DATETIMECHANGE; in notifyDateChanged()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwindatepicker.cpp69 LRESULT notify(int id, const NMHDR& nmhdr);
435 DatePicker::notify(int id, const NMHDR& nmhdr) in notify() argument
451 NMHDR nmhdr; in sendNotify() local
453 ZeroMemory(&nmhdr, sizeof(nmhdr)); in sendNotify()
454 nmhdr.hwndFrom = hwnd; in sendNotify()
455 nmhdr.idFrom = GetWindowLongPtr(hwnd, GWLP_ID); in sendNotify()
456 nmhdr.code = code; in sendNotify()
459 nmhdr.idFrom, in sendNotify()
470 change.nmhdr.hwndFrom = hwnd; in notifyDateChanged()
472 change.nmhdr.code = DTN_DATETIMECHANGE; in notifyDateChanged()
[all …]
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditPy/
H A Dtestsepq.py133 if scn.nmhdr.code == sci.SCN_CHARADDED:
135 elif scn.nmhdr.code == sci.SCN_SAVEPOINTREACHED:
137 elif scn.nmhdr.code == sci.SCN_SAVEPOINTLEFT:
139 elif scn.nmhdr.code == sci.SCN_MODIFIED:
141 elif scn.nmhdr.code == sci.SCN_UPDATEUI:
143 elif scn.nmhdr.code == sci.SCN_PAINTED:
147 print "Notification", scn.nmhdr.code
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditPy/
H A Dtestsepq.py133 if scn.nmhdr.code == sci.SCN_CHARADDED:
135 elif scn.nmhdr.code == sci.SCN_SAVEPOINTREACHED:
137 elif scn.nmhdr.code == sci.SCN_SAVEPOINTLEFT:
139 elif scn.nmhdr.code == sci.SCN_MODIFIED:
141 elif scn.nmhdr.code == sci.SCN_UPDATEUI:
143 elif scn.nmhdr.code == sci.SCN_PAINTED:
147 print "Notification", scn.nmhdr.code
/dports/editors/textadept/scintilla/qt/ScintillaEditPy/
H A Dtestsepq.py133 if scn.nmhdr.code == sci.SCN_CHARADDED:
135 elif scn.nmhdr.code == sci.SCN_SAVEPOINTREACHED:
137 elif scn.nmhdr.code == sci.SCN_SAVEPOINTLEFT:
139 elif scn.nmhdr.code == sci.SCN_MODIFIED:
141 elif scn.nmhdr.code == sci.SCN_UPDATEUI:
143 elif scn.nmhdr.code == sci.SCN_PAINTED:
147 print "Notification", scn.nmhdr.code
/dports/editors/scite/scintilla/qt/ScintillaEditPy/
H A Dtestsepq.py133 if scn.nmhdr.code == sci.SCN_CHARADDED:
135 elif scn.nmhdr.code == sci.SCN_SAVEPOINTREACHED:
137 elif scn.nmhdr.code == sci.SCN_SAVEPOINTLEFT:
139 elif scn.nmhdr.code == sci.SCN_MODIFIED:
141 elif scn.nmhdr.code == sci.SCN_UPDATEUI:
143 elif scn.nmhdr.code == sci.SCN_PAINTED:
147 print "Notification", scn.nmhdr.code
/dports/x11-toolkits/scintilla/scintilla/test/gi/
H A Dgi-test.py12 if (scn.nmhdr.code == 2001): # SCN_CHARADDED
14 elif (scn.nmhdr.code == 2008): # SCN_MODIFIED
17 print ("sci-notify: id: %d, scn.nmhdr.code: %d" % (id, scn.nmhdr.code))
/dports/editors/textadept/scintilla/test/gi/
H A Dgi-test.py12 if (scn.nmhdr.code == 2001): # SCN_CHARADDED
14 elif (scn.nmhdr.code == 2008): # SCN_MODIFIED
17 print ("sci-notify: id: %d, scn.nmhdr.code: %d" % (id, scn.nmhdr.code))
/dports/editors/scite/scintilla/test/gi/
H A Dgi-test.py12 if (scn.nmhdr.code == 2001): # SCN_CHARADDED
14 elif (scn.nmhdr.code == 2008): # SCN_MODIFIED
17 print ("sci-notify: id: %d, scn.nmhdr.code: %d" % (id, scn.nmhdr.code))
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dheaderctrl.cpp50 extern int WXDLLIMPEXP_CORE wxMSWGetColumnClicked(NMHDR *nmhdr, POINT *ptClick);
757 NMHEADER * const nmhdr = (NMHEADER *)lParam; in MSWOnNotify() local
763 const UINT code = nmhdr->hdr.code; in MSWOnNotify()
768 int idx = code <= HDN_FIRST && code > HDN_LAST ? nmhdr->iItem : -1; in MSWOnNotify()
796 idx = wxMSWGetColumnClicked(&nmhdr->hdr, &pt); in MSWOnNotify()
837 width = nmhdr->pitem->cxy; in MSWOnNotify()
882 if ( nmhdr->pitem && (nmhdr->pitem->mask & HDI_WIDTH) ) in MSWOnNotify()
885 width = nmhdr->pitem->cxy; in MSWOnNotify()
914 if ( nmhdr->iItem == -1 ) in MSWOnNotify()
938 wxASSERT_MSG( nmhdr->pitem->mask & HDI_ORDER, "should have order" ); in MSWOnNotify()
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstCtrlStandard.cpp130 const NMHDR& nmhdr = *reinterpret_cast<const NMHDR*>(param.lParam); in OnNotify() local
132 if (control == nmhdr.idFrom) in OnNotify()
134 Items::iterator it(items.find( nmhdr.code )); in OnNotify()
137 it->second( nmhdr ); in OnNotify()
H A DNstDialogLauncher.cpp267 void Launcher::OnListGetDisplayInfo(const NMHDR& nmhdr) in OnListGetDisplayInfo() argument
269 list.OnGetDisplayInfo( reinterpret_cast<LPARAM>(&nmhdr) ); in OnListGetDisplayInfo()
272 void Launcher::OnListKeyDown(const NMHDR& nmhdr) in OnListKeyDown() argument
274 switch (reinterpret_cast<const NMLVKEYDOWN&>(nmhdr).wVKey) in OnListKeyDown()
284 void Launcher::OnListColumnClick(const NMHDR& nmhdr) in OnListColumnClick() argument
287 list.Sort( reinterpret_cast<const NMLISTVIEW&>(nmhdr).iSubItem ); in OnListColumnClick()
295 void Launcher::OnListItemChanged(const NMHDR& nmhdr) in OnListItemChanged() argument
297 const NMLISTVIEW& nmlv = reinterpret_cast<const NMLISTVIEW&>(nmhdr); in OnListItemChanged()
347 void Launcher::OnTreeSelectionChanging(const NMHDR& nmhdr) in OnTreeSelectionChanging() argument
350 list.Draw( tree.GetType(reinterpret_cast<const NMTREEVIEW&>(nmhdr).itemNew.hItem) ); in OnTreeSelectionChanging()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drichedit.h368 NMHDR nmhdr; member
373 NMHDR nmhdr; member
379 NMHDR nmhdr; member
386 NMHDR nmhdr; member
392 NMHDR nmhdr; member
399 NMHDR nmhdr; member
429 NMHDR nmhdr; member
473 NMHDR nmhdr; member
486 NMHDR nmhdr; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drichedit.h368 NMHDR nmhdr; member
373 NMHDR nmhdr; member
379 NMHDR nmhdr; member
386 NMHDR nmhdr; member
392 NMHDR nmhdr; member
399 NMHDR nmhdr; member
429 NMHDR nmhdr; member
473 NMHDR nmhdr; member
486 NMHDR nmhdr; member
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-scinotifyheader.c37 return PyLong_FromVoidPtr(self->notif->nmhdr.hwndFrom); in NotifyHeader_get_property()
39 return PyLong_FromLong(self->notif->nmhdr.idFrom); in NotifyHeader_get_property()
41 return PyInt_FromLong((glong) self->notif->nmhdr.code); in NotifyHeader_get_property()

12345678910>>...48