Stays at the top of its parent like the menu bar and contains tool buttons. More...
#include <IGUIToolbar.h>
 Inheritance diagram for irr::gui::IGUIToolBar:
 Inheritance diagram for irr::gui::IGUIToolBar: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.