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;}
Routines to manage the global cwidget state.
This class represents the formatted contents of a fragment.
Definition: fragment_contents.h:30
Routines to support independently changing foreground and background colors.