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

Author Topic: Multi-sized Window Icon  (Read 2602 times)

0 Members and 1 Guest are viewing this topic.

RetroX

  • Newbie
  • *
  • Posts: 13
    • View Profile
Multi-sized Window Icon
« on: March 07, 2010, 09:31:39 pm »
Another request for sf::Window.  It should be possible to set the window icon for multiple sizes (16x16, 32x32).  I know that both X11 and WinAPI support this, and it really does seem like a useful feature.

Basically, SetIcon() should set different images depending on the given widths/heights, and there should be the ability to unset these various icons.  Possibly, a function like sf::Window::UnSetIcon(unsigned int,unsigned int).

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Multi-sized Window Icon
« Reply #1 on: March 07, 2010, 11:08:15 pm »
It's not a priority at the moment, but maybe one day.
Laurent Gomila - SFML developer

RetroX

  • Newbie
  • *
  • Posts: 13
    • View Profile
Multi-sized Window Icon
« Reply #2 on: March 08, 2010, 01:34:15 am »
Well, I wouldn't expect it to be done immediately; there are obviously more important things.  But I was just pointing it out, possibly for SFML 3 or something. :P

 

anything