Python Reference Guide
FBEventResize Class Reference

Event sent to a control that resizes. More...

Inheritance diagram for FBEventResize:

Public Member Functions

 FBEventResize (HKEventBase pEvent)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor. More...
 

Public Attributes

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

Detailed Description

Event sent to a control that resizes.


Constructor & Destructor Documentation

◆ FBEventResize()

FBEventResize ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Height

int Height

Property: New Height of the window.

◆ Width

int Width

Property: New Width of the window.