29 label(
const std::string &_txt,
const style &st);
30 label(
const std::string &_txt);
31 label(
const std::wstring &_txt,
const style &st);
32 label(
const std::wstring &_txt);
57 bool get_cursorvisible();
58 point get_cursorloc();
67 void set_text(
const std::string &_txt,
const style &st);
68 void set_text(
const std::string &_txt);
69 void set_text(
const std::wstring &_txt,
const style &st);
70 void set_text(
const std::wstring &_txt);
79 virtual bool handle_char(chtype ch);
93 bool focus_me() {
return true;}