SFML community forums

Help => Window => Topic started by: Pombal on November 20, 2009, 07:37:30 pm

Title: Create SubWindows?
Post 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:

Code: [Select]

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


Thanks
Title: Create SubWindows?
Post by: Laurent 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.
Title: Create SubWindows?
Post by: Pombal on November 20, 2009, 09:53:39 pm
Thank you for the fast reply
Title: Create SubWindows?
Post by: WSPSNIPER on March 10, 2010, 02:04:50 am
you could try win32 MDIClient windows but they are annoying cause they require their own wndproc