[SOLVED]AddButton question

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
wsw1231
Posts: 148
Joined: Fri Oct 01, 2010 7:55 am

[SOLVED]AddButton question

Post by wsw1231 »

If the button is added in a toolbar, I can apply an image to it.
But if the button is added by the gui environment, I can't do that.

How to solve that problem?
Last edited by wsw1231 on Thu Feb 03, 2011 10:16 am, edited 1 time in total.
CuteAlien
Admin
Posts: 9718
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Please do check the documentation for buttons! http://irrlicht.sourceforge.net/docu/cl ... utton.html

I'm sure you will some function that sounds like it might be usable to set an image.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply