Widget Library

PreviousNext

Windows and Dialogs

Windows

EM_WINDOW is the base class for all windows. You use it like an EM_PANEL with two differences: the coordinates you set are absolute screen coordinates and you have to call show instead of adding it to the scene. This applies also to all dialogs.

Dialogs