The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
gui2::tlua_interpreter::view Class Reference

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_labelmsg_label
 

Detailed Description

Definition at line 80 of file lua_interpreter.cpp.

Constructor & Destructor Documentation

gui2::tlua_interpreter::view::view ( )
inline

Definition at line 85 of file lua_interpreter.cpp.

Member Function Documentation

void gui2::tlua_interpreter::view::bind ( twindow window)
inline
void gui2::tlua_interpreter::view::pg_down ( )
inline
void gui2::tlua_interpreter::view::pg_up ( )
inline
void gui2::tlua_interpreter::view::update_contents ( const std::string str)
inline

Member Data Documentation

tscroll_label* gui2::tlua_interpreter::view::msg_label
private

Definition at line 82 of file lua_interpreter.cpp.


The documentation for this class was generated from the following file: