|
VSF Documented
|
#include "./vsf_tgui_list.h"#include "./vsf_tgui_label.h"#include "./__vk_tgui_slider.h"#include "utilities/ooc_class.h"Go to the source code of this file.
Macros | |
| #define | __VSF_TGUI_INTERFACE_CONTROLS_TEXT_LIST |
| #define | __tgui_text_list(__NAME, __PARENT_ADDR, __PREVIOUS, __NEXT, ...) |
| #define | tgui_text_list(__NAME, __PARENT_ADDR, __PREVIOUS, __NEXT, ...) |
| #define | tgui_text_list_content(...) |
Functions | |
| declare_class (vsf_tgui_text_list_t) def_class(vsf_tgui_text_list_t | |
| which (vsf_tgui_container_t vsf_tgui_v_text_list_t) use_tgui_container(tList | |
Variables | |
| vsf_tgui_label_t | tContent |
| #define __VSF_TGUI_INTERFACE_CONTROLS_TEXT_LIST |
\NOTE: Make sure #include "utilities/ooc_class.h" is close to the class ! definition and there is NO ANY OTHER module-interface-header file ! included in this file
| #define __tgui_text_list | ( | __NAME, | |
| __PARENT_ADDR, | |||
| __PREVIOUS, | |||
| __NEXT, | |||
| ... | |||
| ) |
| #define tgui_text_list | ( | __NAME, | |
| __PARENT_ADDR, | |||
| __PREVIOUS, | |||
| __NEXT, | |||
| ... | |||
| ) |
| #define tgui_text_list_content | ( | ... | ) |
| declare_class | ( | vsf_tgui_text_list_t | ) |
| which | ( | vsf_tgui_container_t | vsf_tgui_v_text_list_t | ) |
| vsf_tgui_label_t tContent |