buttonDrawText(co, active, pushed);
}
+ /* put cursor at beginning of text for better accessibility */
+ newtGotorc(co->top + (bu->compact ? 0 : 1) + pushed, co->left + 1 + pushed + 1);
}
static void buttonDrawText(newtComponent co, int active, int pushed) {
else
SLsmg_write_char(' ');
}
+ /* put cursor at beginning of text for better accessibility */
+ newtGotorc(co->top, co->left + xlabel);
}
newtGotorc(c->top + i, c->left);
SLsmg_write_string(tb->lines[i + tb->topLine]);
}
+ /* put cursor at beginning of text for better accessibility */
+ newtGotorc(c->top, c->left);
}
static struct eventResult textboxEvent(newtComponent co,