SFML community forums
Help => Window => Topic started by: Pombal 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:
glutCreateSubWindow(win, 0, 0, WINDOW_W/2, WINDOW_H);
Thanks
-
No. But you can use a GUI library like Qt or wxWidgets to do so, and integrate SFML to it.
-
Thank you for the fast reply
-
you could try win32 MDIClient windows but they are annoying cause they require their own wndproc