Home
last modified time | relevance | path

Searched refs:twinDrawFrame (Results 1 – 3 of 3) sorted by relevance

/dports/editors/biew/biew-610/
H A Dinfo_win.c470 twinDrawFrame(3,8,13,12,TW_UP3D_FRAME,White,LightGray); in About()
471 twinDrawFrame(4,9,12,11,TW_DN3D_FRAME,Black,LightGray); in About()
/dports/editors/biew/biew-610/biewlib/
H A Dtwin.h276 void __FASTCALL__ twinDrawFrame(tRelCoord x1_, tRelCoord y1_, tRelCoord x2_, tRelCoord y2_,const ch…
H A Dtwin.c1388 void __FASTCALL__ twinDrawFrame(tRelCoord x1, tRelCoord y1, tRelCoord x2, tRelCoord y2,const char *… in twinDrawFrame() function
1410 twinDrawFrame(x1,y1,x2,y2,frame,FORE_COLOR(attr),BACK_COLOR(attr)); in twinDrawFrameAttr()