Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-win.c141 static char titlebar[1024]; variable
396 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain()
398 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
A Drpng-x.c123 static char titlebar[1024], *window_name = titlebar; variable
349 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in main()
351 sprintf(titlebar, "%s: %s", appname, filename); in main()
A Drpng2-win.c179 static char titlebar[1024]; variable
544 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in WinMain()
546 sprintf(titlebar, "%s: %s", appname, filename); in WinMain()
783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
A Drpng2-x.c198 static char titlebar[1024], *window_name = titlebar; variable
568 sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023)); in main()
570 sprintf(titlebar, "%s: %s", appname, filename); in main()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m824 …zable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titlebar. */
872 the titlebar doesn't actually enable for another 200 milliseconds or
1498 …zable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titlebar. */

Completed in 13 milliseconds