Home
last modified time | relevance | path

Searched refs:DLGITEMTYPEBUTTON (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c60 #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