Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
sizetochild.c File Reference

Go to the source code of this file.

Data Structures

class  ScriptedWidgetEventHandler
 map: item x vector(index, width, height) More...

Functions

void OnWidgetScriptInit (Widget w)
void Refresh ()

Variables

Widget m_Parent
class SizeToChild extends ScriptedWidgetEventHandler m_ResizeHorizontal
reference bool m_ResizeVertical
Widget m_Root

Function Documentation

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget w)
protected

◆ Refresh()

Variable Documentation

◆ m_Parent

Widget m_Parent
protected

Definition at line 92 of file sizetochild.c.

◆ m_ResizeHorizontal

class SizeToChild extends ScriptedWidgetEventHandler m_ResizeHorizontal

Referenced by OnWidgetScriptInit(), and Refresh().

◆ m_ResizeVertical

reference bool m_ResizeVertical

Definition at line 89 of file sizetochild.c.

Referenced by OnWidgetScriptInit(), and Refresh().

◆ m_Root