ID_BUTTON_CANCEL is only used within MB1063.
 
Symbols
loading...
Files
loading...

ID_BUTTON_CANCEL macro

Syntax

#define ID_BUTTON_CANCEL (GUI_ID_USER + 0x13)

References

LocationText
camera_win.c:51
#define ID_BUTTON_CANCEL (GUI_ID_USER + 0x13)
imagebrowser_win.c:68
#define ID_BUTTON_CANCEL (GUI_ID_USER + 0x1A)
camera_win.c:96
{ BUTTON_CreateIndirect, "Cancel", ID_BUTTON_CANCEL, 290, 110, 70, 55, 0, 0x0, 0 }
camera_win.c:447
hItem = WM_GetDialogItem(pMsg->hWin, ID_BUTTON_CANCEL);
camera_win.c:491
case ID_BUTTON_CANCEL: /* Notification sent by "Cancel" button */
imagebrowser_win.c:95
{ BUTTON_CreateIndirect, "Cancel", ID_BUTTON_CANCEL, 180, 50, 70, 30, 0, 0x0, 0 },
imagebrowser_win.c:524
hItem = WM_GetDialogItem(pMsg->hWin, ID_BUTTON_CANCEL);
imagebrowser_win.c:577
case ID_BUTTON_CANCEL: