Go to the source code of this file.
◆ GetRootWidgetIsDirty()
| bool GetRootWidgetIsDirty |
( |
HWidget |
hRootWidget | ) |
|
◆ NewRootWidget()
◆ RootWidget_LayoutChildren()
| void RootWidget_LayoutChildren |
( |
struct UIWidget * |
pThis, |
|
|
struct UIWidget * |
pParent, |
|
|
float |
scrollX, |
|
|
float |
scrollY |
|
) |
| |
◆ RootWidget_OnWindowSizeChanged()
| void RootWidget_OnWindowSizeChanged |
( |
HWidget |
rootWidget, |
|
|
int |
newW, |
|
|
int |
newH |
|
) |
| |
◆ SetRootWidgetIsDirty()
| void SetRootWidgetIsDirty |
( |
HWidget |
hRootWidget, |
|
|
bool |
bIsDirty |
|
) |
| |
if dirty, a whole tree rebuild will be triggered
- Parameters
-