The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
editing sdl window
O10101010


Joined: 25 May 2016
Posts: 5
Is it possible to edit the bar on top of the sdl window, on windows you get a bar at the top to move the window and an X button is there anyway to remove the x or add in new buttons or to change the height of the bar it self?
editing sdl window
David Olofson
Guest

It's clearly possible to do, as custom window managers and various
tools do that - but not through SDL.

What applications with custom window decorations (media players,
installers, ...) typically do is run borderless, and then add their
own title bar, edges, buttons, icons etc. See SDL_WINDOW_BORDERLESS.

On Mon, Jun 27, 2016 at 12:44 AM, O10101010 wrote:
Quote:
Is it possible to edit the bar on top of the sdl window, on windows you get
a bar at the top to move the window and an X button is there anyway to
remove the x or add in new buttons or to change the height of the bar it
self?

_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org




--
//David Olofson - Consultant, Developer, Artist, Open Source Advocate

.--- Games, examples, libraries, scripting, sound, music, graphics ---.
| http://consulting.olofson.net http://olofsonarcade.com |
'---------------------------------------------------------------------'
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org