Home
last modified time | relevance | path

Searched refs:selectWin (Results 1 – 2 of 2) sorted by relevance

/dports/games/xdeblock/xdeblo_v1.0/
H A Ddialog.c592 Window selectWin; in selectFileDLG() local
599 selectWin = XCreateSimpleWindow(display,mWin, in selectFileDLG()
605 XSelectInput(display,selectWin,ButtonPressMask | in selectFileDLG()
607 XStoreName(display,selectWin,"XDeBlock Map select"); in selectFileDLG()
608 XMapWindow(display,selectWin); in selectFileDLG()
619 XSetWindowBackgroundPixmap(display,selectWin,pic); in selectFileDLG()
632 draw_dir(selectWin,fname,fflag); in selectFileDLG()
643 draw_dir(selectWin,fname,fflag); in selectFileDLG()
656 draw_dir(selectWin,fname,fflag); in selectFileDLG()
679 XUnmapWindow(display,selectWin); in selectFileDLG()
[all …]
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c1791 Window selectWin = XtWindow( selectShell ); in WindowStructFocusCallback() local
1793 XGetWindowAttributes(Nlm_currentXDisplay, selectWin, &attr); in WindowStructFocusCallback()
1799 XSetInputFocus(Nlm_currentXDisplay, selectWin, in WindowStructFocusCallback()
3463 Window selectWin = XtWindow( selectShell ); in Nlm_SelectWindow() local
3467 XMapRaised(Nlm_currentXDisplay, selectWin); in Nlm_SelectWindow()
3469 if (focus_win != selectWin) in Nlm_SelectWindow()
3472 XGetWindowAttributes(Nlm_currentXDisplay, selectWin, &attr); in Nlm_SelectWindow()
3476 XSetInputFocus(Nlm_currentXDisplay, selectWin, in Nlm_SelectWindow()