Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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

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

Function Documentation

◆ OnWidgetScriptInit()

void OnWidgetScriptInit ( Widget  w)

Definition at line 94 of file sizetochild.c.

◆ Refresh()

void Refresh ( )

Definition at line 108 of file sizetochild.c.

Variable Documentation

◆ m_Parent

protected Widget m_Parent

Definition at line 92 of file sizetochild.c.

◆ m_ResizeHorizontal

class SizeToChild extends ScriptedWidgetEventHandler m_ResizeHorizontal

◆ m_ResizeVertical

reference bool m_ResizeVertical

Definition at line 89 of file sizetochild.c.

◆ m_Root

protected Widget m_Root

Definition at line 91 of file sizetochild.c.