12class GUIBox :
public gui::IGUIElement
15 GUIBox(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32
id,
16 const core::rect<s32> &rectangle,
17 const std::array<video::SColor, 4> &colors,
18 const std::array<video::SColor, 4> &bordercolors,
19 const std::array<s32, 4> &borderwidths);
21 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:9