Go to the source code of this file.
Namespaces | |
lua_widget | |
Functions | |
int | intf_show_dialog (lua_State *L) |
Displays a window. More... | |
int | lua_widget::luaW_open (lua_State *L) |
int intf_show_dialog | ( | lua_State * | L | ) |
Displays a window.
Definition at line 65 of file lua_widget_methods.cpp.
References gui2::build(), lua_call, lua_isnoneornil, lua_pushinteger(), lua_pushvalue(), luaW_checkconfig(), luaW_clearwindowtable(), luaW_pushwidget(), gui2::open_window_stack, gui2::remove_from_window_stack(), and gui2::window::show().
Referenced by lua_gui2::luaW_open().