Home
last modified time | relevance | path

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

/dports/japanese/xv/xv-3.10a/
H A Dxvtext.c37 #define CMTWIN 1 /* cmtwin is reserved for image comments */ macro
270 tv->win = CreateWindow((i<CMTWIN) ? "xv text viewer" : "xv image comments",
272 (i<CMTWIN) ? geom : cmtgeom,
274 (i<CMTWIN) ? defhigh : cmthigh,
366 resizeText(&tinfo[i], defwide, (i<CMTWIN) ? defhigh : cmthigh);
515 tv = &tinfo[CMTWIN]; in OpenCommentText()
529 closeText(&tinfo[CMTWIN]); in CloseCommentText()
541 tv = &tinfo[CMTWIN]; in ChangeCommentText()
960 case TV_CLOSE: if (tv == &tinfo[CMTWIN]) CloseCommentText();
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvtext.c37 #define CMTWIN 1 /* cmtwin is reserved for image comments */ macro
270 tv->win = CreateWindow((i<CMTWIN) ? "xv text viewer" : "xv image comments",
272 (i<CMTWIN) ? geom : cmtgeom,
274 (i<CMTWIN) ? defhigh : cmthigh,
366 resizeText(&tinfo[i], defwide, (i<CMTWIN) ? defhigh : cmthigh);
515 tv = &tinfo[CMTWIN]; in OpenCommentText()
529 closeText(&tinfo[CMTWIN]); in CloseCommentText()
541 tv = &tinfo[CMTWIN]; in ChangeCommentText()
960 case TV_CLOSE: if (tv == &tinfo[CMTWIN]) CloseCommentText();
/dports/graphics/xv/xv-3.10a/
H A Dxvtext.c37 #define CMTWIN 1 /* cmtwin is reserved for image comments */ macro
270 tv->win = CreateWindow((i<CMTWIN) ? "xv text viewer" : "xv image comments",
272 (i<CMTWIN) ? geom : cmtgeom,
274 (i<CMTWIN) ? defhigh : cmthigh,
366 resizeText(&tinfo[i], defwide, (i<CMTWIN) ? defhigh : cmthigh);
515 tv = &tinfo[CMTWIN]; in OpenCommentText()
529 closeText(&tinfo[CMTWIN]); in CloseCommentText()
541 tv = &tinfo[CMTWIN]; in ChangeCommentText()
960 case TV_CLOSE: if (tv == &tinfo[CMTWIN]) CloseCommentText();