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 D | rpng-win.c | 141 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 D | rpng-x.c | 123 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 D | rpng2-win.c | 179 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 D | rpng2-x.c | 198 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 D | SDL_cocoawindow.m | 824 …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