24#include <guichan/widgets/tab.hpp>
32class Tab :
public gcn::Tab
A tab, the same as the Guichan tab in 0.8, but extended to allow transparency.
const gcn::Color * mTabColor
void drawFrame(gcn::Graphics *graphics) override
Draw the tab frame.
void setCaption(const std::string &caption)
Sets the caption of the tab.
void draw(gcn::Graphics *graphics) override
Draw the tab.
void setTabColor(const gcn::Color *color)
Set the normal color fo the tab's text.
void setFlash(bool flash)
Set tab flashing state.
virtual void setCurrent()
A tabbed area, the same as the guichan tabbed area in 0.8, but extended.