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 54 of file lua_widget_methods.cpp.
References luaW_checkconfig(), luaW_clearwindowtable(), luaW_pushwidget(), ON_SCOPE_EXIT, gui2::open_window_stack, and gui2::remove_from_window_stack().
Referenced by lua_gui2::luaW_open().