#include "../ui_nodes.h"
Go to the source code of this file.
Data Structures | |
struct | buttonExtraData_s |
Typedefs | |
typedef struct buttonExtraData_s | buttonExtraData_t |
Functions | |
void | UI_RegisterButtonNode (uiBehaviour_t *behaviour) |
Definition in file ui_node_button.h.
typedef struct buttonExtraData_s buttonExtraData_t |
void UI_RegisterButtonNode | ( | uiBehaviour_t * | behaviour | ) |
Definition at line 172 of file ui_node_button.c.
References uiBehaviour_s::draw, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::leftClick, uiBehaviour_s::loaded, uiBehaviour_s::loading, uiBehaviour_s::name, uiBehaviour_s::properties, UI_ButtonNodeClick(), UI_ButtonNodeDraw(), UI_ButtonNodeLoaded(), and UI_ButtonNodeLoading().