Home
last modified time | relevance | path

Searched refs:twHideWin (Results 1 – 7 of 7) sorted by relevance

/dports/editors/biew/biew-610/
H A Dmainloop.c311 twHideWin(MainWnd); in MainLoop()
312 twHideWin(TitleWnd); in MainLoop()
H A Ddialogs.c528 twHideWin(ewnd[oactive]); in GetFStoreDlg()
666 twHideWin(ewnd[oactive]); in GetInsDelBlkDlg()
H A Dbconsole.c573 twHideWin(ErrorWnd); in __MessageBox()
/dports/editors/biew/biew-610/biewlib/
H A Dtwin.c1481 if((w->iflags & IFLG_VISIBLE) == IFLG_VISIBLE) twHideWin(w); in twShowWinOnTop()
1497 if((w->iflags & IFLG_VISIBLE) == IFLG_VISIBLE) twHideWin(w); in twShowWinBeneath()
1505 void __FASTCALL__ twHideWin(TWindow *w) in twHideWin() function
1516 twHideWin(win); in twDestroyWin()
1578 if(vis) twHideWin(win); in twMoveWin()
1600 if(vis) twHideWin(win); in twResizeWin()
1726 if(vis) twHideWin(win); in twCentredWin()
H A Dtwin.h346 void __FASTCALL__ twHideWin(TWindow *win);
/dports/editors/biew/biew-610/addons/tools/
H A Ddig_conv.c206 twHideWin(ewnd[oactive]); in DigConv()
/dports/editors/biew/biew-610/plugins/
H A Dhexmode.c364 twHideWin(ewnd[oactive]); in EditHex()