|
Gama C Library
Gama C API Documentation
|
#include "widgets/button.h"#include "widgets/frame.h"#include "widgets/joystick.h"#include "widgets/scale.h"#include "widgets/switch.h"Go to the source code of this file.
Data Structures | |
| struct | gmwThemeCache |
| Structure containing all widget themes for caching purposes. More... | |
Macros | |
| #define | GAMA_MAX_THEME_CACHE_SIZE 10 |
Functions | |
| gmwThemeCache * | gmw_save () |
| Saves the current widget themes to the theme cache. | |
| void | gmw_restore () |
| Restores the previous widget themes from the theme cache. | |
Variables | |
| gmwThemeCache | _theme_cache [GAMA_MAX_THEME_CACHE_SIZE] |
| Internal cache array for widget themes. | |
| short | gm_theme_cache_index = -1 |
| Current index in the theme cache array. | |
| #define GAMA_MAX_THEME_CACHE_SIZE 10 |
| void gmw_restore | ( | ) |
Restores the previous widget themes from the theme cache.
| gmwThemeCache * gmw_save | ( | ) |
Saves the current widget themes to the theme cache.
| gmwThemeCache _theme_cache[GAMA_MAX_THEME_CACHE_SIZE] |
Internal cache array for widget themes.
| short gm_theme_cache_index = -1 |
Current index in the theme cache array.