Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Change the Window design
Print
Pages: [
1
]
Author
Topic: Change the Window design (Read 2303 times)
0 Members and 1 Guest are viewing this topic.
aslo
Newbie
Posts: 8
Change the Window design
«
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?
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
AW: Change the Window design
«
Reply #1 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.
«
Last Edit: March 25, 2016, 07:43:53 am by eXpl0it3r
»
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
aslo
Newbie
Posts: 8
Re: Change the Window design
«
Reply #2 on:
March 25, 2016, 02:07:42 am »
ah ok thank you
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Change the Window design
anything