Public Member Functions | |
label (const std::string &str, panel *parent=0) | |
void | set_text (const std::string &str) |
const std::string & | text () const |
virtual void | draw () |
Protected Member Functions | |
void | draw (const std::string &str, std::string::size_type begin) |
virtual void | set_color (ncurses::pen &) |
Protected Attributes | |
std::string | text_ |
|
|
|
|
|
draw text in the window, don't made refresh Reimplemented from ndk::panel. Reimplemented in ndk::edit, ndk::push_button, ndk::switch_button< T >, and ndk::switch_button< radio >. |
|
Reimplemented in ndk::mini_button, and ndk::button. |
|
set label text Reimplemented in ndk::edit. |
|
get label text |
|
label's text |