#include "HandleDefs.h"
#include "Widget.h"
Go to the source code of this file.
|
| void | BackgroundBoxWidget_fromXML (struct UIWidget *pWidget, struct BackgroundBoxWidgetData *pWidgetData, struct DataNode *pXMLNode, struct XMLUIData *pUILayerData) |
| |
| HWidget | BackgroundBoxWidgetNew (HWidget hParent, struct DataNode *pXMLNode, struct XMLUIData *pUILayerData) |
| |
| void * | BackgroundBoxWidget_OutputVerts (struct BackgroundBoxWidgetData *pBBoxData, VECTOR(WidgetVertex) pOutVerts, float totalWidth, float totalHeight, const struct WidgetPadding *padding, float left, float top) |
| |
| void | BackgroundBoxWidget_Destroy (struct BackgroundBoxWidgetData *pBBoxData) |
| |
◆ BackgroundBoxWidget_Destroy()
◆ BackgroundBoxWidget_fromXML()
◆ BackgroundBoxWidget_OutputVerts()
◆ BackgroundBoxWidgetNew()