ID_BUTTON_OK_MESSAGE is only used within STemWin.
 
Symbols
loading...
Files
loading...

ID_BUTTON_OK_MESSAGE macro

Syntax

#define ID_BUTTON_OK_MESSAGE (GUI_ID_USER + 0x38)

References

LocationText
video_player_win.c:79
#define ID_BUTTON_OK_MESSAGE (GUI_ID_USER + 0x38)
video_player_win.c:116
{ BUTTON_CreateIndirect, "OK", ID_BUTTON_OK_MESSAGE, 230, 240, 120, 120, 0, 0x0, 0 },
video_player_win.c:1049
hItem = WM_GetDialogItem(pMsg->hWin, ID_BUTTON_OK_MESSAGE);
video_player_win.c:1067
case ID_BUTTON_OK_MESSAGE: /* Notifications sent by 'OK' */