11class GUIBox :
public gui::IGUIElement
14 GUIBox(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32
id,
15 const core::rect<s32> &rectangle,
16 const std::array<video::SColor, 4> &colors,
17 const std::array<video::SColor, 4> &bordercolors,
18 const std::array<s32, 4> &borderwidths);
20 virtual void draw()
override;
GUIBox(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle, const std::array< video::SColor, 4 > &colors, const std::array< video::SColor, 4 > &bordercolors, const std::array< s32, 4 > &borderwidths)
Definition guiBox.cpp:8