How to change the dialog box sizes after creation?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
humorstar
Posts: 25
Joined: Sat Oct 04, 2008 3:50 am

How to change the dialog box sizes after creation?

Post by humorstar »

After we create a window, e.g. a dialog box or a tab control, it seems that there is no function for us to change the size, including the width and height. I only find fuctions that allows me to read rectangle area.

Is it possible to change the dialog box sizes after creation?

Thank you,
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

setPosition takes a rectangle, this is what you need.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply