Home
last modified time | relevance | path

Searched refs:SB_LINELEFT (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Ddrawable.c59 command = (z > 0) ? SB_LINERIGHT : SB_LINELEFT; in nsws_drawable_wheel()
171 case SB_LINELEFT: in nsws_drawable_hscroll()
297 MAKELONG(SB_LINELEFT, 0), 0); in nsws_drawable_keydown()
H A Dcorewindow.c241 case SB_LINELEFT: in nsw32_corewindow_hscroll()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinScrlbr.c520 if (command == SB_LINELEFT || command == SB_LINERIGHT) { in ScrollbarProc()
523 (command == SB_LINELEFT ) ? "-1" : "1"); in ScrollbarProc()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinScrlbr.c520 if (command == SB_LINELEFT || command == SB_LINERIGHT) { in ScrollbarProc()
523 (command == SB_LINELEFT ) ? "-1" : "1"); in ScrollbarProc()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinScrlbr.c521 if (command == SB_LINELEFT || command == SB_LINERIGHT) { in ScrollbarProc()
524 (command == SB_LINELEFT ) ? "-1" : "1"); in ScrollbarProc()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinScrlbr.c550 if (command == SB_LINELEFT || command == SB_LINERIGHT) {
552 "%s %d %s", "scroll", (command == SB_LINELEFT ) ? -1 : 1, "units");
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/mfc/
H A Dvgui_mfc_mainfrm.cxx129 case SB_LINELEFT: in OnHScroll()
/dports/graphics/libmng/libmng-1.0.10/contrib/msvc/mngview/
H A DMain.cpp196 if( nScrollCode == SB_LINELEFT ) dx += 10; in WindowProc()
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/games/nethack34/nethack-3.4.3/sys/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/wince/
H A Dmhtext.c221 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), (LPARAM)NULL); in NHTextControlWndProc()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/w32widgets/
H A DW32DialogPanel.cpp246 case SB_LINELEFT: // == SB_LINEUP in scroll()
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/
H A Dmhtext.c287 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), in NHTextControlWndProc()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhtext.c287 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), in NHTextControlWndProc()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/
H A Dmhtext.c287 PostMessage(hWnd, WM_HSCROLL, MAKEWPARAM(SB_LINELEFT, 0), in NHTextControlWndProc()
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/
H A Dgtk3procs.pas593 2{GTK_SCROLL_STEP_BACKWARD} : Result := SB_LINELEFT;
601 10{GTK_SCROLL_STEP_LEFT} : Result := SB_LINELEFT;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/
H A Dgtk3procs.pas593 2{GTK_SCROLL_STEP_BACKWARD} : Result := SB_LINELEFT;
601 10{GTK_SCROLL_STEP_LEFT} : Result := SB_LINELEFT;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUIStructs.cs970 SB_LINELEFT = 0, enumerator
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3procs.pas593 2{GTK_SCROLL_STEP_BACKWARD} : Result := SB_LINELEFT;
601 10{GTK_SCROLL_STEP_LEFT} : Result := SB_LINELEFT;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3procs.pas593 2{GTK_SCROLL_STEP_BACKWARD} : Result := SB_LINELEFT;
601 10{GTK_SCROLL_STEP_LEFT} : Result := SB_LINELEFT;
/dports/graphics/aseprite/aseprite-1.2.9/src/she/alleg4/
H A Dalleg_display.cpp266 case SB_LINELEFT: in wndproc()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgspmdrv.c1130 case SB_LINELEFT: in ClientWndProc()
1213 WinSendMsg(hwnd, WM_HSCROLL, MPFROMLONG(0), MPFROM2SHORT(0, SB_LINELEFT)); in ClientWndProc()

12345678910>>...16