Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventResize Class Reference

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

#include <pyfbsdk_generated.h>

Inheritance diagram for FBEventResize:

Public Member Functions

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

Public Attributes

int Height
 Property: New Height of the window.

 
int Width
 Property: New Width of the window.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

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.