Home
last modified time | relevance | path

Searched refs:hwin (Results 1 – 25 of 93) sorted by relevance

1234

/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dui.tcl60 proc twapi::set_focus {hwin} { argument
61 return [_return_window [_attach_hwin_and_eval $hwin {SetFocus $hwin}]]
485 return [_return_window [_attach_hwin_and_eval $hwin {SetActiveWindow $hwin}]]
518 invalidate_screen_region -hwin $hwin -rect [list ] -bgerase
521 UpdateWindow $hwin
618 OpenIcon $hwin
847 if {$hwin == ""} {
970 set h [GetDC $hwin]
974 ReleaseDC $hwin $h
1043 set hwin [pointer_from_address [winfo id $hwin] HWND]
[all …]
H A Dwin.tcl34 proc twapi::get_window_long {hwin index} {
35 return [GetWindowLongPtr $hwin $index]
41 proc twapi::set_window_long {hwin index val} {
42 set oldval [SetWindowLongPtr $hwin $index $val]
46 proc twapi::set_window_userdata {hwin val} {
48 return [SetWindowLongPtr $hwin -21 $val]
53 proc twapi::_attach_hwin_and_eval {hwin script} {
55 set hwin_tid [lindex [GetWindowThreadProcessId $hwin] 0]
57 error "Window $hwin does not exist or could not get its thread owner"
67 error "Could not attach to thread input for window $hwin"
H A Dinput.tcl10 proc twapi::enable_window_input {hwin} { argument
11 return [expr {[EnableWindow $hwin 1] != 0}]
15 proc twapi::disable_window_input {hwin} { argument
16 return [expr {[EnableWindow $hwin 0] != 0}]
20 proc twapi::window_input_enabled {hwin} { argument
21 return [IsWindowEnabled $hwin]
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dhescan.sty98 {\hwin@catcodes
152 \hwin@word }
164 { #2{\hwin@word #1-#2}
165 -{\hwin@minus #2}
167 ^^ad{\hwin@minus #2}
181 \fi \sc@put \hwin@word }
191 \gdef \hwin@endscan \@@ {\global\let \a@scan \hwin@scan }
192 } % \hwin@catcodes
197 \let \sc@beg \hwin@beg \let \sc@word \hwin@word
200 \hwin@catcodes
[all …]
/dports/games/xcheckers/xcheckers-2.2.3/xcheckers.src/
H A Dhelp.c92 XFillRectangle(dpy, hwin, hgc, in helpSel()
101 XFillRectangle(dpy, hwin, hgc, in helpSel()
114 XMoveWindow(dpy,hwin, in showHelp()
117 XMapWindow(dpy, hwin); in showHelp()
121 XUnmapWindow(dpy, hwin); in showHelp()
153 XDrawString(dpy, hwin, gc, in drawHelp()
160 XDrawString(dpy, hwin, gc, in drawHelp()
163 XDrawString(dpy, hwin, gc, in drawHelp()
202 hwin = XCreateSimpleWindow(dpy, win, in initHelp()
211 hgc = XCreateGC(dpy, hwin, 0, NULL); in initHelp()
[all …]
H A Devents.c125 else if (event.xexpose.window == hwin in events()
141 if (event.xcrossing.window == hwin) in events()
148 } else if (event.xcrossing.window == hwin) in events()
154 else if (event.xmotion.window == hwin) in events()
199 if (event.xbutton.window == hwin) in events()
/dports/net-im/uTox/uTox/src/windows/
H A Dvideo.c11 HWND *hwin; in video_frame() local
13 hwin = &preview_hwnd; in video_frame()
15 hwin = &video_hwnd[id]; in video_frame()
18 if (!hwin || !*hwin) { in video_frame()
38 SetWindowPos(*hwin, 0, 0, 0, w, h, SWP_NOZORDER | SWP_NOMOVE); in video_frame()
52 GetClientRect(*hwin, &r); in video_frame()
54 HDC dc = GetDC(*hwin); in video_frame()
/dports/math/gretl/gretl-2021d/gui/
H A Dhelpfiles.c276 windata_t *hwin) in help_tree_select_row() argument
811 currpos = help_pos_from_index(hwin->active_var, hwin->role); in maybe_switch_page()
856 int en = (hwin->role == CMD_HELP_EN || hwin->role == FUNC_HELP_EN); in maybe_switch_page()
1174 gretl_toolbar_insert(hwin->mbar, item, item->func, hwin, -1); in set_up_helpview_menu()
1327 hwin = cmd_hwin; in real_do_help()
1330 hwin = gui_hwin; in real_do_help()
1333 hwin = func_hwin; in real_do_help()
1357 cmd_hwin = hwin; in real_do_help()
1360 gui_hwin = hwin; in real_do_help()
1363 func_hwin = hwin; in real_do_help()
[all …]
H A Dtextbuf.c2288 maybe_set_help_tabs(hwin); in cmdref_index_page()
2377 int en = (hwin->role == CMD_HELP_EN || hwin->role == FUNC_HELP_EN); in help_popup_click()
2418 hwin); in build_help_popup()
2436 if (hwin->popup) { in help_popup_handler()
2438 hwin->popup = NULL; in help_popup_handler()
2441 hwin->popup = build_help_popup(hwin); in help_popup_handler()
2443 if (hwin->popup != NULL) { in help_popup_handler()
2448 &hwin->popup); in help_popup_handler()
4461 push_backpage(hwin->text, hwin->active_var); in set_help_topic_buffer()
4472 cursor_to_top(hwin); in set_help_topic_buffer()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dhelp.c188 Window hwin = DefaultRootWindow(dpy); in printhelppix() local
194 if (hwin == 0) return; in printhelppix()
203 hgc = XCreateGC(dpy, hwin, GCForeground | GCBackground | GCFont in printhelppix()
261 helppix = XCreatePixmap(dpy, hwin, helpwidth, helpheight, in printhelppix()
442 Window hwin = xcWindow(hsb); in showhsb() local
455 XClearArea(dpy, hwin, 0, 0, SBARSIZE, pstart, False); in showhsb()
456 XClearArea(dpy, hwin, 0, pstart + pheight, SBARSIZE, in showhsb()
460 XFillRectangle(dpy, hwin, hgc, 0, pstart, SBARSIZE, pheight); in showhsb()
486 Window hwin = xcWindow(hspace); in printhelp() local
491 XCopyArea(dpy, helppix, hwin, hgc, 0, helptop - 5, helpwidth, helpheight, in printhelp()
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/handler/
H A Dhandler.cpp144 const int zl = (hwin*2+1); in GetPosNormal()
150 glReadPixels(winx-hwin,winy-hwin,zl,zl,GL_DEPTH_COMPONENT,GL_FLOAT,zs); in GetPosNormal()
169 PixelUnproject(view, winx-hwin, winy, zs[hwin*zl + 0], Pl ); in GetPosNormal()
170 PixelUnproject(view, winx+hwin, winy, zs[hwin*zl + zl-1], Pr ); in GetPosNormal()
171 PixelUnproject(view, winx, winy-hwin, zs[hwin+1], Pb ); in GetPosNormal()
172 PixelUnproject(view, winx, winy+hwin, zs[zsize-(hwin+1)], Pt ); in GetPosNormal()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/wxptag/
H A DwxpTest.py15 hwin = HtmlWindow(self, -1, size=(600,400))
17 hwin.LoadPage(name)
19 hwin.Bind(wx.EVT_BUTTON, self.OnButton, id=wx.ID_OK)
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/customizableui/
H A DScrollbarSampler.jsm33 let hwin = Services.appShell.hiddenDOMWindow;
34 let hdoc = hwin.document.documentElement;
35 let iframe = hwin.document.createElementNS("http://www.w3.org/1999/xhtml",
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/customizableui/
H A DScrollbarSampler.jsm35 let hwin = Services.appShell.hiddenDOMWindow;
36 let hdoc = hwin.document.documentElement;
37 let iframe = hwin.document.createElementNS("http://www.w3.org/1999/xhtml",
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_dnd.c485 Ecore_Window hwin; in e_drop_handler_del() local
490 hwin = _e_drag_win_get(handler, 1); in e_drop_handler_del()
491 if (hwin) in e_drop_handler_del()
533 Ecore_Window hwin = _e_drag_win_get(handler, 1); in e_drop_handler_responsive_set() local
536 l = eina_hash_find(_drop_handlers_responsives, &hwin); in e_drop_handler_responsive_set()
543 Ecore_Window hwin = _e_drag_win_get(handler, 1); in e_drop_handler_responsive_get() local
709 Ecore_Window hwin = 0; in _e_drag_win_get() local
741 hwin = e_comp->ee_win; in _e_drag_win_get()
746 return hwin; in _e_drag_win_get()
752 Ecore_Window hwin = _e_drag_win_get(h, xdnd); in _e_drag_win_matches() local
[all …]
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo6 - IDE con compilador a ASM8086/pas32v25/WIN32/
H A DHELLOWIN.ASM19 hwin dd 0 define
36 push 0 ; hwin
/dports/games/wordwarvi/wordwarvi-1.0.4/
H A Djoystick.c94 HWND hwin = 0; in open_joystick() local
120 hwin = GDK_WINDOW_HWND(window); in open_joystick()
122 hr = IDirectInputDevice2_SetCooperativeLevel(joystick, hwin, DISCL_EXCLUSIVE | DISCL_FOREGROUND); in open_joystick()
/dports/biology/bcftools/bcftools-1.14/
H A Dpolysomy.c75 int hwin = win/2; in init_dist() local
77 for (i=1; i<hwin; i++) in init_dist()
88 tmp[i-hwin] = avg/win; in init_dist()
92 for (i=n-hwin; i<n; i++) in init_dist()
94 avg -= dist->yvals[i-hwin]; in init_dist()
95 hwin--; in init_dist()
96 tmp[i] = avg/(2*hwin+1); in init_dist()
97 avg -= dist->yvals[i-hwin]; in init_dist()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dpolysomy.c75 int hwin = win/2; in init_dist() local
77 for (i=1; i<hwin; i++) in init_dist()
88 tmp[i-hwin] = avg/win; in init_dist()
92 for (i=n-hwin; i<n; i++) in init_dist()
94 avg -= dist->yvals[i-hwin]; in init_dist()
95 hwin--; in init_dist()
96 tmp[i] = avg/(2*hwin+1); in init_dist()
97 avg -= dist->yvals[i-hwin]; in init_dist()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);
/dports/news/husky/husky-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);
/dports/news/husky-htick/husky-htick-1.9.20191207/gff/
H A Dgff464 $hwin=newwin(3, 22, $LINES - 4, 9);
466 attron($hwin, COLOR_PAIR(7));
467 addstr($hwin, " …
471 sbalk($hwin, $mhwin[1], 1, 1, 1, 0, 20);
473 attron($hwin, COLOR_PAIR(8));
475 box($hwin, 0, 0);
476 refresh($hwin);
489 sbalk($hwin, $mhwin[$z], $z, 1, 1, $mhwin[$n], 20);
497 sbalk($hwin, $mhwin[$z], $z, 1, -1, $mhwin[$n], 20);
528 refresh($hwin);

1234