Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Stays at the top of its parent like the menu bar and contains tool buttons. More...
#include <IGUIToolbar.h>
Public Member Functions | |
virtual IGUIButton * | addButton (s32 id=-1, const wchar_t *text=0, const wchar_t *tooltiptext=0, video::ITexture *img=0, video::ITexture *pressedimg=0, bool isPushButton=false, bool useAlphaChannel=false)=0 |
Adds a button to the tool bar. | |
IGUIToolBar (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
constructor |
Stays at the top of its parent like the menu bar and contains tool buttons.
Definition at line 21 of file IGUIToolbar.h.
irr::gui::IGUIToolBar::IGUIToolBar | ( | IGUIEnvironment * | environment, | |
IGUIElement * | parent, | |||
s32 | id, | |||
core::rect< s32 > | rectangle | |||
) | [inline] |
constructor
Definition at line 26 of file IGUIToolbar.h.
virtual IGUIButton* irr::gui::IGUIToolBar::addButton | ( | s32 | id = -1 , |
|
const wchar_t * | text = 0 , |
|||
const wchar_t * | tooltiptext = 0 , |
|||
video::ITexture * | img = 0 , |
|||
video::ITexture * | pressedimg = 0 , |
|||
bool | isPushButton = false , |
|||
bool | useAlphaChannel = false | |||
) | [pure virtual] |
Adds a button to the tool bar.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:05 2010 by Doxygen
(1.6.2) |