FBEventResize Class Reference

FBEventResize Class Reference

#include <mobu-python-api.h>

Class Description

Event sent to a control that resizes.

+ Inheritance diagram for FBEventResize:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

FBPropertyInt Width
 Property: New Width of the window. More...
 
FBPropertyInt Height
 Property: New Height of the window. More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ ( object  arg1)

Constructor.

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventResize(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

FBPropertyInt Height

Property: New Height of the window.

Property: New Width of the window.