TEXT

From SEGGER Wiki
Jump to: navigation, search

TEXT widgets are typically used in order to display fields of text in dialog boxes.

TEXT
BUTTON with new skin.
Receives focus No
Skinnable No
OwnerDraw No
Uses Memory Devices No
Attached widgets None

Notification codes

The following events are sent from a TEXT widget to its parent window as part of a WM_NOTIFY_PARENT message:

Message Description
WM_NOTIFICATION_CLICKED TEXT has been clicked.
WM_NOTIFICATION_RELEASED TEXT has been released.
WM_NOTIFICATION_MOVED_OUT TEXT has been clicked and pointer has been moved out of the TEXT widget without releasing.

Keyboard reaction

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