TabWindow
Parent: Window
Table of Content
Method
AttachTab(pAttachee, bStayOnTop)
Description
Attachs pAttachee to the caller and sets bStayOnTop.
Params
- pAttachee (TabWindow)
- bStayOnTop (Bool)
Method
Detach()
Description
Detaches the caller from its window.
Method
IsAttached()
Method
IsAttachedToTab()
Method
IsLocked()
Description
Does a lua_pushboolean of the caller's IsLocked as a boolean.
Method
Lock(bLock)
Description
Sets the caller's m_bLocked to bLock.
Params
- bLock (Boolean)