iguiwindow
A window that you can add other gui elements to.
Inherits from iguielement
Contents
| Name | Description |
|---|---|
| onFocus( ) | (Callback)Called when an iguiwindow is focused |
| onUnfocus( ) | (Callback)Called when an iguiwindow is unfocused |
onFocus( )
(Callback)Called when an iguiwindow is focused
If the function returns true, the element will not be focused.
Defined at client/callbackhandeler.cpp:94
onUnfocus( )
(Callback)Called when an iguiwindow is unfocused
If the function returns true, the element will not be unfocused.
Defined at client/callbackhandeler.cpp:100