Searched refs:DLGITEMTYPEBUTTON (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 60 #define DLGITEMTYPEBUTTON 0x0080 macro 323 if (type == DLGITEMTYPEBUTTON || (type == DLGITEMTYPESTATIC && caption != NULL)) { in AddDialogControl() 338 if (type == DLGITEMTYPEBUTTON) { in AddDialogControl() 370 return AddDialogControl(dialog, DLGITEMTYPEBUTTON, style, 0, x, y, w, h, id, text, 0); in AddDialogButton()
|
Completed in 4 milliseconds