#include "gui/widgets/tab.h"
#include "gui/widgets/tabbedarea.h"
#include "gui/palette.h"
#include "configuration.h"
#include "graphics.h"
#include "resources/image.h"
#include "resources/resourcemanager.h"
#include "utils/dtor.h"
#include <guichan/widgets/label.hpp>
Go to the source code of this file.
Classes | |
struct | TabData |
Enumerations | |
enum | { TAB_STANDARD, TAB_HIGHLIGHTED, TAB_SELECTED, TAB_UNUSED, TAB_COUNT } |
anonymous enum |