#include "ui_node_abstractscrollable.h"
#include "ui_node_text.h"
Go to the source code of this file.
Data Structures | |
struct | text2ExtraData_t |
Functions | |
void | UI_RegisterText2Node (struct uiBehaviour_s *behaviour) |
CASSERT (offsetof(text2ExtraData_t, super)==0) |
Definition in file ui_node_text2.h.
CASSERT | ( | offsetof(text2ExtraData_t, super) | = =0 |
) |
void UI_RegisterText2Node | ( | struct uiBehaviour_s * | behaviour | ) |
Definition at line 402 of file ui_node_text2.c.
References uiBehaviour_s::draw, uiBehaviour_s::extends, EXTRADATA_TYPE, uiBehaviour_s::extraDataSize, uiBehaviour_s::leftClick, uiBehaviour_s::loaded, uiBehaviour_s::loading, uiBehaviour_s::mouseMove, uiBehaviour_s::mouseWheel, uiBehaviour_s::name, uiBehaviour_s::properties, uiBehaviour_s::rightClick, UI_TextNodeClick(), UI_TextNodeDraw(), UI_TextNodeLoaded(), UI_TextNodeLoading(), UI_TextNodeMouseMove(), UI_TextNodeMouseWheel(), and UI_TextNodeRightClick().