WidgetSizedEventResult Struct Reference

Widget sized POD structure. More...

List of all members.

Public Attributes

bool isMaximized
 is window maximized
bool isMinimized
 is window minimized
bool isRestored
 is window restored
Point newSize
 Sise.


Detailed Description

Widget sized POD structure.

Several event handlers supply an object of this type as one or more parameters to the event handler callback function.
E.g. the "onSized" event handler


Member Data Documentation

bool isMaximized

is window maximized

true if window was being maximized, otherwise false

bool isMinimized

is window minimized

true if window was being minimized, otherwise false

bool isRestored

is window restored

true if window was being restored, otherwise false

Point newSize

Sise.

New size of the window

Back to SmartWin website
SourceForge.net Logo