18#ifndef __VSF_TINY_GUI_SCGUIV_PANEL_H__
19#define __VSF_TINY_GUI_SCGUIV_PANEL_H__
22#include "../../vsf_tgui_cfg.h"
24#if VSF_USE_TINY_GUI == ENABLED \
25 && VSF_TGUI_CFG_RENDERING_TEMPLATE_SEL == VSF_TGUI_V_TEMPLATE_SCGUI_VIEW
32#define vsf_tgui_panel_v_render vsf_tgui_container_v_render
33#define vsf_tgui_panel_v_post_render vsf_tgui_container_v_post_render
34#define vsf_tgui_panel_v_depose vsf_tgui_container_v_depose
fsm_rt_t
Definition vsf_fsm.h:315
fsm_rt_t vsf_tgui_panel_v_update(vsf_tgui_t *gui_ptr, vsf_tgui_panel_t *panel_ptr)
Definition vsf_tgui_scguiv_panel.c:57
fsm_rt_t vsf_tgui_panel_v_init(vsf_tgui_t *gui_ptr, vsf_tgui_panel_t *ptPanel)