Represents a theme. More...
#include <frame.h>
Public Attributes | |
Font | font |
SDL_Color | textColor |
TextureMap | windowSkin |
struct Frame * | parent |
Represents a theme.
This structure holds information about a theme, including its font, text color, window skin, and parent frame.
SDL_Color Theme::textColor |
Text color used in the theme.
TextureMap Theme::windowSkin |
Texture map for the window skin.
struct Frame* Theme::parent |
Pointer to the parent frame.