Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Change the Window design  (Read 1674 times)

0 Members and 1 Guest are viewing this topic.

aslo

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
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 »
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
    • View Profile
    • Email
Re: Change the Window design
« Reply #2 on: March 25, 2016, 02:07:42 am »
ah ok thank you :(