Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c222 dialog->data = data; in ExpandDialogSpace()
224 dialog->lpDialog = (DLGTEMPLATEEX*)dialog->data; in ExpandDialogSpace()
248 SDL_memcpy(dialog->data+dialog->used, data, size); in AddDialogData()
249 dialog->used += size; in AddDialogData()
375 SDL_free(dialog->data); in FreeDialogData()
376 SDL_free(dialog); in FreeDialogData()
381 WIN_DialogData *dialog; in CreateDialogData() local
395 dialog = (WIN_DialogData *)SDL_calloc(1, sizeof(*dialog)); in CreateDialogData()
396 if (!dialog) { in CreateDialogData()
478 return dialog; in CreateDialogData()
[all …]
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtmessagebox.cpp75 …MessageDialog ^ dialog = ref new MessageDialog(WINRT_UTF8ToPlatformString(messageboxdata->message)… in WINRT_ShowMessageBox()
76 dialog->Title = WINRT_UTF8ToPlatformString(messageboxdata->title); in WINRT_ShowMessageBox()
86 dialog->Commands->Append(button); in WINRT_ShowMessageBox()
88 dialog->CancelCommandIndex = i; in WINRT_ShowMessageBox()
91 dialog->DefaultCommandIndex = i; in WINRT_ShowMessageBox()
97 auto operation = dialog->ShowAsync(); in WINRT_ShowMessageBox()
/AliOS-Things-master/hardware/chip/rtl872xd/tools/bluetooth/DebugAnalyzer/
A DReleaseNotes.md18 - Add serial port selection on Main dialog
19 - Add "Cancel" button and Patch/ROM index path selection on Detail Settings dialog
20 - Adjust the layout of Detail Settings dialog
26 - Filter dialog is always on top of view
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md175 project file, via use of Visual C++'s "References" dialog. This will setup
193 don't see one of these templates, in Visual C++'s 'New Project' dialog, try
248 8. click OK to close the dialog
250 dialog.
286 10. close the dialog, saving settings, by clicking the "OK" button
314 8. click the OK button. This will close the dialog.
346 2. select Add, then New Item. An "Add New Item" dialog will show up.
349 5. near the bottom of the dialog, next to "Name:", type in a name for your
351 6. click on the Add button. This will close the dialog, add the new file to
513 to File, then to Open, then to Project/Solution. When a File-Open dialog
[all …]

Completed in 8 milliseconds