Mana
|
#include <browserbox.h>
Public Attributes | |
int | x |
int | y |
gcn::Color | color |
std::optional< gcn::Color > | outlineColor |
std::string | text |
gcn::Font * | font |
Definition at line 49 of file browserbox.h.
gcn::Color LinePart::color |
Definition at line 53 of file browserbox.h.
gcn::Font* LinePart::font |
Definition at line 56 of file browserbox.h.
std::optional<gcn::Color> LinePart::outlineColor |
Definition at line 54 of file browserbox.h.
std::string LinePart::text |
Definition at line 55 of file browserbox.h.
int LinePart::x |
Definition at line 51 of file browserbox.h.
int LinePart::y |
Definition at line 52 of file browserbox.h.