Home
last modified time | relevance | path

Searched refs:EM_GETLINECOUNT (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_WNTCommandWindow.cxx135 int aNbLine = (int )SendMessageW (hWnd, EM_GETLINECOUNT, 0l, 0l); in GetCommand()
196 nbline = SendMessageW (hWnd, EM_GETLINECOUNT, 0l, 0l); in EditProc()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dgbuttons.c104 int linecount = sendmessage(c->handle, EM_GETLINECOUNT, 0, 0); in scrolltext()
133 int linecount = sendmessage(t->handle, EM_GETLINECOUNT, 0, 0); in scrollcaret()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dgbuttons.c104 int linecount = sendmessage(c->handle, EM_GETLINECOUNT, 0, 0); in scrolltext()
133 int linecount = sendmessage(t->handle, EM_GETLINECOUNT, 0, 0); in scrollcaret()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dstartwin_editor.c377 linesbefore = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
403 linesafter = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dstartwin.game.cpp352 linesbefore = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
386 linesafter = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dstartwin_game.c410 linesbefore = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
436 linesafter = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dstartwin.editor.cpp388 linesbefore = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
422 linesafter = SendMessage(edctl, EM_GETLINECOUNT, 0,0); in startwin_puts()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dsv_windows.c267 i = SendMessage(HEdit1, EM_GETLINECOUNT , 0,0) - 22; in CheckIdle()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dsv_windows.c267 i = SendMessage(HEdit1, EM_GETLINECOUNT , 0,0) - 22; in CheckIdle()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dstartwin.game.cpp603 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
641 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dstartwin.game.cpp547 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
585 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A DEasyDialogsWin.py56 EM_GETLINECOUNT = 186 variable
245 if user32.SendMessageA(editBox, EM_GETLINECOUNT, 0, 0) < 2:
250 …newHeight = user32.SendMessageA(editBox, EM_GETLINECOUNT, 0, 0)*lineHeight + 2*LOWORD(user32.SendM…
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dstartwin.game.cpp596 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
634 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dstartwin.game.cpp593 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
631 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dstartwin.game.cpp593 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
631 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dstartwin.game.cpp596 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
634 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dstartwin.game.cpp593 int const numlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
631 int const newnumlines = SendMessage(edctl, EM_GETLINECOUNT, 0, 0); in startwin_puts()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc55 Result := SendMessage(FHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincememostrings.inc56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc55 Result := SendMessage(FHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc55 Result := SendMessage(FHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincememostrings.inc56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc55 Result := SendMessage(FHandle, EM_GETLINECOUNT, 0, 0);

12345678910>>...14