#include "../ui_nodes.h"
#include "ui_node_button.h"
Go to the source code of this file.
Data Structures | |
struct | customButtonExtraData_s |
Typedefs | |
typedef struct customButtonExtraData_s | customButtonExtraData_t |
Functions | |
void | UI_RegisterCustomButtonNode (uiBehaviour_t *behaviour) |
Definition in file ui_node_custombutton.h.
typedef struct customButtonExtraData_s customButtonExtraData_t |
void UI_RegisterCustomButtonNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 119 of file ui_node_custombutton.c.
References uiBehaviour_s::draw, uiBehaviour_s::extends, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::name, uiBehaviour_s::properties, and UI_CustomButtonNodeDraw().