Public Member Functions | |
view () | |
void | bind (twindow &window) |
Bind the scroll label widget to my pointer, and configure. More... | |
void | update_contents (const std::string &str) |
Update the scroll label contents. More... | |
void | pg_up () |
void | pg_down () |
Private Attributes | |
tscroll_label * | msg_label |
Definition at line 80 of file lua_interpreter.cpp.
|
inline |
Definition at line 85 of file lua_interpreter.cpp.
Bind the scroll label widget to my pointer, and configure.
Definition at line 88 of file lua_interpreter.cpp.
References gui2::tscrollbar_container::always_visible, gui2::tscroll_label::set_label(), gui2::tscroll_label::set_use_markup(), and gui2::tscrollbar_container::set_vertical_scrollbar_mode().
|
inline |
Definition at line 110 of file lua_interpreter.cpp.
References gui2::tscrollbar_::JUMP_FORWARD, and gui2::tscrollbar_container::scroll_vertical_scrollbar().
|
inline |
Definition at line 104 of file lua_interpreter.cpp.
References gui2::tscrollbar_::JUMP_BACKWARDS, and gui2::tscrollbar_container::scroll_vertical_scrollbar().
|
inline |
Update the scroll label contents.
Definition at line 96 of file lua_interpreter.cpp.
References gui2::tscrollbar_::END, gui2::tscrollbar_container::scroll_vertical_scrollbar(), and gui2::tscroll_label::set_label().
|
private |
Definition at line 82 of file lua_interpreter.cpp.