Open Reality Reference Guide
FBEventResize Class Reference

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

#include <fbcontrols.h>

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

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...
 

Detailed Description

Event sent to a control that resizes.

Definition at line 610 of file fbcontrols.h.

Constructor & Destructor Documentation

◆ FBEventResize()

FBEventResize ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Height

FBPropertyInt Height

Property: New Height of the window.

Definition at line 619 of file fbcontrols.h.

◆ Width

Property: New Width of the window.

Definition at line 618 of file fbcontrols.h.


The documentation for this class was generated from the following file: