GUI resize message. More...
#include <gui_message_resize.h>
Inheritance diagram for clan::GUIMessage_Resize:Public Member Functions | |
Construction | |
| GUIMessage_Resize () | |
| Constructs an input GUI message. More... | |
| GUIMessage_Resize (const Rect &box) | |
Public Member Functions inherited from clan::GUIMessage | |
| GUIMessage () | |
| Constructs a GUI message. More... | |
| virtual | ~GUIMessage () |
Public Attributes | |
Attributes | |
| Rect | geometry |
| The geometry contained in this message. More... | |
Public Attributes inherited from clan::GUIMessage | |
| GUIComponent * | target |
| The target destination of the message. More... | |
| bool | consumed |
| Indicates whether the message has been consumed yet. More... | |
GUI resize message.