FRAMEWIN

From SEGGER Wiki
Revision as of 14:51, 13 July 2020 by Florian (talk | contribs) (Created page with "FRAMEWIN widgets have the purpose to give a PC application-window appearance to the application. They consist of a surrounding frame, a title bar and a user area. {| class="...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

FRAMEWIN widgets have the purpose to give a PC application-window appearance to the application. They consist of a surrounding frame, a title bar and a user area.

FRAMEWIN
FRAMEWIN with new skin.
Receives focus No
Skinnable Yes
OwnerDraw Yes
Uses Memory Devices No

Notification codes

The 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 BUTTON widgets in emWin.