The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
lua_gui2.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lua_gui2
 

Functions

int lua_gui2::intf_set_dialog_value (lua_State *L)
 Sets the value of a widget on the current dialog. More...
 
int lua_gui2::intf_get_dialog_value (lua_State *L)
 Gets the value of a widget on the current dialog. More...
 
int lua_gui2::intf_set_dialog_callback (lua_State *L)
 Sets a callback on a widget of the current dialog. More...
 
int lua_gui2::intf_set_dialog_markup (lua_State *L)
 Enables/disables Pango markup on the label of a widget of the current dialog. More...
 
int lua_gui2::intf_set_dialog_canvas (lua_State *L)
 Sets a canvas on a widget of the current dialog. More...
 
int lua_gui2::intf_set_dialog_focus (lua_State *L)
 Sets a widget to have the focus. More...
 
int lua_gui2::intf_set_dialog_active (lua_State *L)
 Sets a widget's state to active or inactive. More...
 
int lua_gui2::intf_set_dialog_visible (lua_State *L)
 Sets the visiblity of a widget in the current dialog. More...
 
int lua_gui2::intf_add_dialog_tree_node (lua_State *L)
 Sets a widget's state to active or inactive. More...
 
int lua_gui2::show_dialog (lua_State *L, CVideo &video)
 Displays a window. More...
 
int lua_gui2::show_message_dialog (lua_State *L, CVideo &video)
 Displays a message window. More...
 
int lua_gui2::show_popup_dialog (lua_State *L, CVideo &video)
 Displays a popup message. More...
 
int lua_gui2::show_lua_console (lua_State *, CVideo &video, lua_kernel_base *lk)
 
int lua_gui2::show_gamestate_inspector (CVideo &video, const vconfig &cfg)
 
int lua_gui2::intf_remove_dialog_item (lua_State *L)
 Removes an entry from a list. More...