SFML community forums

Help => Window => Topic started by: aslo on March 24, 2016, 11:20:35 pm

Title: Change the Window design
Post by: aslo on March 24, 2016, 11:20:35 pm
Hello guys,
I wanted to ask is it possible to make a another design of the window like Steam (I read that Steam was written in c++ and SDL, cause of this I thaught it must be possible to change the design) or do you know how they did this?
Title: AW: Change the Window design
Post by: eXpl0it3r on March 25, 2016, 01:43:43 am
I have no idea how they did it with steam, but you can just use sf::Style::None and then render the layout yourself. Keep in mind though that transparent windows are not supported.
Title: Re: Change the Window design
Post by: aslo on March 25, 2016, 02:07:42 am
ah ok thank you :(