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

Author Topic: Create SubWindows?  (Read 2762 times)

0 Members and 1 Guest are viewing this topic.

Pombal

  • Newbie
  • *
  • Posts: 8
    • View Profile
Create SubWindows?
« on: November 20, 2009, 07:37:30 pm »
Hi, i've searched in the tutorials, docs and forum and found nothing...

Is it possible to create sub windows like in glut:

Code: [Select]

glutCreateSubWindow(win, 0, 0, WINDOW_W/2, WINDOW_H);


Thanks

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Create SubWindows?
« Reply #1 on: November 20, 2009, 08:33:16 pm »
No. But you can use a GUI library like Qt or wxWidgets to do so, and integrate SFML to it.
Laurent Gomila - SFML developer

Pombal

  • Newbie
  • *
  • Posts: 8
    • View Profile
Create SubWindows?
« Reply #2 on: November 20, 2009, 09:53:39 pm »
Thank you for the fast reply

WSPSNIPER

  • Newbie
  • *
  • Posts: 28
    • View Profile
Create SubWindows?
« Reply #3 on: March 10, 2010, 02:04:50 am »
you could try win32 MDIClient windows but they are annoying cause they require their own wndproc