WINDOW

From SEGGER Wiki
Revision as of 10:01, 14 July 2020 by Florian (talk | contribs) (Created page with "The '''WINDOW''' widget is used to create a dialog window from a resource table. It should be used if the dialog should not look like a frame window. The window widget acts as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The WINDOW widget is used to create a dialog window from a resource table. It should be used if the dialog should not look like a frame window. The window widget acts as background and as a container for child windows: It can contain child windows and fills the background, typically with gray. It behaves much like a FRAMEWIN without frame and title bar and is used for dialogs.

WINDOW
Receives focus No
Skinnable No
OwnerDraw No
Uses Memory Devices No
Attached widgets None by default

Notification codes

The KEYBOARD widget does not send any WM_NOTIFY_PARENT messages to the parent window.

Keyboard reaction

The widget can not gain the input focus and does not react on keyboard input.

Samples

Below are links to samples that demonstrate how to use WINDOW widgets in emWin.