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

ID_PAUSE_BUTTON macro

Syntax

#define ID_PAUSE_BUTTON (GUI_ID_USER + 0x25)

References

LocationText
audio_player_win.c:92
#define ID_PAUSE_BUTTON (GUI_ID_USER + 0x25)
audio_player_win.c:1085
hItem = WM_GetDialogItem(hMainWin, ID_PAUSE_BUTTON);
audio_player_win.c:1534
hItem = BUTTON_CreateEx(75, 405, 60, 60, pMsg->hWin, WM_CF_SHOW, 0, ID_PAUSE_BUTTON);
audio_player_win.c:1782
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);
audio_player_win.c:1879
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);
audio_player_win.c:1892
case ID_PAUSE_BUTTON:
audio_player_win.c:1903
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);
audio_player_win.c:1964
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);
audio_player_win.c:2006
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);
audio_player_win.c:2055
hItem = WM_GetDialogItem(pMsg->hWin, ID_PAUSE_BUTTON);