FBEventResize Class Reference
 
 
 
FBEventResize Class Reference

#include <mobu-python-api.h>


Class Description

Event sent to a control that resizes.

Inheritance diagram for FBEventResize:
FBEvent

Public Member Functions

def  __reduce__ ()
def  __init__ ()

Public Attributes

FBPropertyInt  Width
FBPropertyInt  Height
FBPropertyInt  Type

Member Function Documentation

def __reduce__ ( )

Reimplemented from FBEvent.

def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBEventResize(HKEventBase pEvent) 

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Reimplemented from FBEvent.


Member Data Documentation