Home
last modified time | relevance | path

Searched refs:controlWindow (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dcontrol3d.c95 XShadeRectangle(dsply,cp->controlWindow, in drawColorMap()
110 GDrawLine(anotherGC,cp->controlWindow, in drawColorMap()
122 GDrawLine(globGC,cp->controlWindow, in drawColorMap()
129 GDrawLine(globGC,cp->controlWindow, in drawColorMap()
137 GDrawLine(globGC,cp->controlWindow, in drawColorMap()
205 XClearArea(dsply,cp->controlWindow, in writeControlMessage()
260 writeControlTitle(cp->controlWindow); in drawControlPanel()
725 GDrawArc(trashGC, cp->controlWindow, in drawControlPanel()
755 GDrawLine(globalGC1,cp->controlWindow, in drawControlPanel()
923 control->controlWindow = cw; in makeControlPanel()
[all …]
H A Dprocess3d.c80 XUnmapWindow(dsply,control->controlWindow); in buttonAction()
94 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
131 GDrawImageString(processGC,control->controlWindow, in buttonAction()
208 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
243 GDrawImageString(processGC,control->controlWindow, in buttonAction()
361 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
419 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
475 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
531 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
589 XShadeRectangle(dsply,control->controlWindow, in buttonAction()
[all …]
H A DcloseView3d.c77 XDestroyWindow(dsply,control->controlWindow); in closeViewport()
H A DspadAction3d.c180 XUnmapWindow(dsply,control->controlWindow); in spadAction()
185 XUnmapWindow(dsply,control->controlWindow); in spadAction()
407 writeControlTitle(control->controlWindow); in spadAction()
H A Dsave3d.c88 saveWindow = XCreateWindow(dsply,control->controlWindow, in makeSavePanel()
H A Dquit3d.c87 quitWindow = XCreateWindow(dsply,control->controlWindow, in makeQuitPanel()
H A Dheader.h271 Window controlWindow, messageWindow, colormapWindow; member
H A Dviewport3d.c857 ((peekEvent.xany).window == control->controlWindow))) { in keepDrawingViewport()
868 XUnmapWindow(dsply,control->controlWindow); in keepDrawingViewport()
H A Dcontour_panel3d.c.out69 slicer_pixmap = XCreatePixmapFromBitmapData(dsply, control->controlWindow,
78 contourWindow = XCreateWindow(dsply,control->controlWindow,
H A Dlighting3d.c115 lightingWindow = XCreateWindow(dsply,control->controlWindow, in makeLightingPanel()
H A Dvolume3d.c284 volumeWindow = XCreateWindow(dsply,control->controlWindow, in makeVolumePanel()
/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dcontrol2d.c90 GDrawImageString(anotherGC,control->controlWindow, in writeControlTitle()
190 GDrawString(globGC,cp->controlWindow, in drawControlPanel()
197 GDrawString(globGC,cp->controlWindow, in drawControlPanel()
208 GDrawString(globGC,cp->controlWindow, in drawControlPanel()
218 GDrawRectangle(globalGC1,cp->controlWindow, in drawControlPanel()
271 GDrawString(graphGC,cp->controlWindow, in drawControlPanel()
289 GDrawString(graphGC,cp->controlWindow, in drawControlPanel()
487 control->controlWindow = cw; in makeControlPanel()
556 XRaiseWindow(dsply,control->controlWindow); in putControlPanelSomewhere()
562 XMapWindow(dsply,control->controlWindow); in putControlPanelSomewhere()
[all …]
H A Dprocess2d.c150 GDrawImageString(graphGC,control->controlWindow, in clickedOnGraphSelect()
161 GDrawLine(trashGC,control->controlWindow,0,286,controlWidth,286,Xoption); in clickedOnGraphSelect()
172 control->controlWindow, in drawControlPushButton()
388 XUnmapWindow(dsply,control->controlWindow); in buttonAction()
608 control->controlWindow, in processEvents()
614 control->controlWindow, in processEvents()
709 XUnmapWindow(dsply,control->controlWindow); in processEvents()
712 XMapWindow(dsply,control->controlWindow); in processEvents()
724 } else if (whichWindow != control->controlWindow) { in processEvents()
871 control->controlWindow, in clickedOnGraph()
[all …]
H A DspadAction2d.c86 if (viewport->haveControl) XUnmapWindow(dsply,control->controlWindow); in spadAction()
91 XUnmapWindow(dsply,control->controlWindow); in spadAction()
H A Dheader2.h216 Window controlWindow,messageWindow,colormapWindow; member
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/kcp/
H A Dsending.go160 controlWindow uint32 member
172 controlWindow: kcp.Config.GetSendingInFlightSize(),
296 w.controlWindow = 3 * w.controlWindow / 4
298 w.controlWindow += w.controlWindow / 4
300 if w.controlWindow < 16 {
301 w.controlWindow = 16
303 if w.controlWindow > 2*w.conn.Config.GetSendingInFlightSize() {
304 w.controlWindow = 2 * w.conn.Config.GetSendingInFlightSize()
320 if w.conn.Config.Congestion && cwnd > w.controlWindow {
321 cwnd = w.controlWindow
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/kcp/
H A Dsending.go162 controlWindow uint32 member
174 controlWindow: kcp.Config.GetSendingInFlightSize(),
298 w.controlWindow = 3 * w.controlWindow / 4
300 w.controlWindow += w.controlWindow / 4
302 if w.controlWindow < 16 {
303 w.controlWindow = 16
305 if w.controlWindow > 2*w.conn.Config.GetSendingInFlightSize() {
306 w.controlWindow = 2 * w.conn.Config.GetSendingInFlightSize()
322 if w.conn.Config.Congestion && cwnd > w.controlWindow {
323 cwnd = w.controlWindow
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dsvcproc.cxx263 controlWindow = debugWindow = NULL; in PServiceProcess()
344 if (controlWindow == NULL || controlWindow == (HWND)-1) in InternalMain()
442 if (controlWindow != NULL && controlWindow != (HWND)-1) in InternalMain()
443 DestroyWindow(controlWindow); in InternalMain()
491 if (controlWindow != NULL) in CreateControlWindow()
583 controlWindow, in CreateControlWindow()
646 controlWindow = hWnd; in WndProc()
917 if (controlWindow == NULL) in DebugOutput()
1551 if (controlWindow == NULL) in ProcessCommand()
1552 controlWindow = (HWND)-1; in ProcessCommand()
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A DmotifEmulator.cpp2451 if (controlWindow) { in on_command()
2513 } else FORWARD_WM_COMMAND (window, id, controlWindow, codeNotify, DefWindowProc); in on_command()
2552 static void on_hscroll (HWND window, HWND controlWindow, UINT code, int pos) { in on_hscroll() argument
2555 GuiObject control = (GuiObject) GetWindowLongPtr (controlWindow, GWLP_USERDATA); in on_hscroll()
2558 } else FORWARD_WM_HSCROLL (window, controlWindow, code, pos, DefWindowProc); in on_hscroll()
2559 } else FORWARD_WM_HSCROLL (window, controlWindow, code, pos, DefWindowProc); in on_hscroll()
2561 static void on_vscroll (HWND window, HWND controlWindow, UINT code, int pos) { in on_vscroll() argument
2567 } else FORWARD_WM_VSCROLL (window, controlWindow, code, pos, DefWindowProc); in on_vscroll()
2568 } else FORWARD_WM_VSCROLL (window, controlWindow, code, pos, DefWindowProc); in on_vscroll()
2659 return FORWARD_WM_CTLCOLORSTATIC (window, hdc, controlWindow, DefWindowProc); in on_ctlColorStatic()
[all …]
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/msos/ptlib/
H A Dsvcproc.h123 HWND controlWindow; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/window/
H A Dwindow.qml60 property var controlWindow: Window {
197 onTimeout: root.controlWindow.visible = true
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPen.schelp882 var controlWindow, w;
890 controlWindow = Window("matrix controls", Rect(400,200,350,120));
891 controlWindow.front;
921 controlWindow.view.decorator = sliders = FlowLayout(controlWindow.view.bounds);
932 EZSlider(controlWindow, 300 @ 14, name[i], spex[i], { |ez| var val;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/
H A Dwin32frame.cpp990 HWND controlWindow = (HWND)lParam; in proc() local
991 …WINDOWSPROC textEditWindowProc = (WINDOWSPROC)(LONG_PTR)GetWindowLongPtr (controlWindow, GWLP_WNDP… in proc()
994 textEditWindowProc (controlWindow, WM_COMMAND, wParam, lParam); in proc()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/
H A Dwin32frame.cpp976 HWND controlWindow = (HWND)lParam; in proc() local
977 …WINDOWSPROC textEditWindowProc = (WINDOWSPROC)(LONG_PTR)GetWindowLongPtr (controlWindow, GWLP_WNDP… in proc()
980 textEditWindowProc (controlWindow, WM_COMMAND, wParam, lParam); in proc()
/dports/graphics/cenon/Cenon/ChangeLog/
H A D1999-12.rtf40 DataPanel.m -update: -> controlWindow update hinzugef�gt\

12