#include <mobu-python-api.h>
Event sent to a control that resizes.
Public Member Functions | |
__reduce__ () | |
__init__ (object arg1) | |
Constructor. More... | |
![]() | |
__reduce__ () | |
__init__ (...) | |
Constructor. More... | |
Public Attributes | |
FBPropertyInt | Width |
Property: New Width of the window. More... | |
FBPropertyInt | Height |
Property: New Height of the window. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
__init__ | ( | object | arg1 | ) |
Constructor.
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBEventResize(HKEventBase pEvent)
pEvent | Base event (internal) to obtain information from. |
__reduce__ | ( | ) |
FBPropertyInt Height |
Property: New Height of the window.
FBPropertyInt Width |
Property: New Width of the window.