Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Create SubWindows?
Print
Pages: [
1
]
Author
Topic: Create SubWindows? (Read 3400 times)
0 Members and 1 Guest are viewing this topic.
Pombal
Newbie
Posts: 8
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
Logged
Laurent
Administrator
Hero Member
Posts: 32498
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.
Logged
Laurent Gomila - SFML developer
Pombal
Newbie
Posts: 8
Create SubWindows?
«
Reply #2 on:
November 20, 2009, 09:53:39 pm »
Thank you for the fast reply
Logged
WSPSNIPER
Newbie
Posts: 28
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
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Create SubWindows?