OptionsDialog

From Vendetta Lua
Revision as of 02:54, 23 December 2008 by Chefkoch (Talk | contribs) (New page: A borderless iup dialog with game options. Created with CreateOptionsMenu == Functions == === SetMenuMode === '''Definition:'''<br> SetMenuMode(userdata s...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A borderless iup dialog with game options. Created with CreateOptionsMenu

Functions

SetMenuMode

Definition:
SetMenuMode(userdata self, int mode, userdata parent) -> nil

Description:
Change visibility of logoff button and the parent dialog

Arguments:
self this dialog
mode 1 = don't show logoff button; 2 = show button
parent dialog to show on clicking close