Difference between revisions of "FRAMEWIN"

From SEGGER Wiki
Jump to: navigation, search
(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="...")
 
Line 17: Line 17:
 
| style="font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | Uses Memory Devices
 
| style="font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | Uses Memory Devices
 
| style="font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | No
 
| style="font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | No
  +
|-
  +
| style="font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | Attached widgets
  +
| style="font-size:12px; font-family:Arial, Helvetica, sans-serif !important;;" | None
 
|}
 
|}
   

Revision as of 15:00, 13 July 2020

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
Attached widgets None

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.