Home
last modified time | relevance | path

Searched refs:newtGotorc (Results 1 – 12 of 12) sorted by relevance

/dports/devel/newt/newt-0.52.21/
H A Dscrollbar.c90 newtGotorc(co->top, co->left); in sbDraw()
93 newtGotorc(i + co->top, co->left); in sbDraw()
96 newtGotorc(co->top + co->height - 1, co->left); in sbDraw()
100 newtGotorc(i + co->top, co->left); in sbDraw()
116 newtGotorc(sb->curr + co->top, co->left); in sbDrawThumb()
H A Dentry.c197 newtGotorc(co->top, co->left); in entryDraw()
200 newtGotorc(co->top, co->left); in entryDraw()
227 newtGotorc(co->top, co->left + i); in entryDraw()
232 newtGotorc(co->top, co->left); in entryDraw()
244newtGotorc(co->top, co->left + wstrlen(en->buf+en->firstChar, en->cursorPosition - en->firstChar)); in entryDraw()
260 newtGotorc(row, col); in newtEntrySetFlags()
292 newtGotorc(co->top, co->left); in entryEvent()
294 newtGotorc(co->top, co->left + in entryEvent()
301 newtGotorc(0, 0); in entryEvent()
319 newtGotorc(co->top, in entryEvent()
[all …]
H A Dbutton.c67 newtGotorc(co->top, co->left); in createButton()
93 newtGotorc(co->top, co->left); in buttonPlace()
114 newtGotorc(co->top+ pushed, co->left + 1 + pushed); in buttonDrawIt()
133 newtGotorc(co->top + (bu->compact ? 0 : 1) + pushed, co->left + 1 + pushed + 1); in buttonDrawIt()
146 newtGotorc(co->top + 1 + pushed, co->left + 1 + pushed); in buttonDrawText()
H A Dcheckbox.c180 newtGotorc(row, col); in newtCheckboxSetFlags()
198 newtGotorc(c->top, c->left); in cbDraw()
218 newtGotorc(c->top, c->left + 1); in cbDraw()
220 newtGotorc(c->top, c->left + 4); in cbDraw()
H A Dscale.c91 newtGotorc(co->top, co->left); in scaleDraw()
106 newtGotorc(co->top, co->left + xlabel); in scaleDraw()
H A Dlabel.c82 newtGotorc(co->top, co->left); in labelDraw()
H A Dnewt_pr.h22 void newtGotorc(int row, int col);
H A Dnewt.0.52.ver68 newtGotorc;
H A Dtextbox.c392 newtGotorc(c->top + i, c->left); in textboxDraw()
396 newtGotorc(c->top, c->left); in textboxDraw()
H A Dlistbox.c522 newtGotorc(co->top + i + li->bdyAdjust, co->left + li->bdxAdjust); in listboxDraw()
536 newtGotorc(co->top + i + li->bdyAdjust, co->left + li->bdxAdjust); in listboxDraw()
542 newtGotorc(co->top + (li->currItem - li->startShowItem) + li->bdyAdjust, in listboxDraw()
H A Dcheckboxtree.c468 newtGotorc(co->top + i, co->left); in ctDraw()
511 newtGotorc(co->top + i, co->left); in ctDraw()
523 newtGotorc(currRow, co->left + in ctDraw()
H A Dnewt.c924 void newtGotorc(int newRow, int newCol) { in newtGotorc() function