Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
UIWidget Class Reference

Private Member Functions

proto native void AddChildAfter (Widget child, Widget after, bool immedUpdate=true)
proto native int AddItem (string item)
proto native void ClearAll ()
proto native void ClearItems ()
proto native void EnsureVisible (int row)
proto native float GetCurrent ()
proto native float GetCurrent ()
proto native int GetCurrentItem ()
proto native float GetMax ()
proto native float GetMax ()
proto native float GetMin ()
proto native float GetMin ()
proto native int GetNumItems ()
proto native int GetNumItems ()
proto native int GetSelectedRow ()
proto native bool GetState ()
proto native float GetStep ()
proto string GetText ()
proto void GetText (out string text)
proto native float GetTextProportion ()
 Get text proportion - ratio between button height and button text height in interval <0,1>.
proto native bool IsChecked ()
proto native void RemoveItem (int item)
proto native void RemoveRow (int row)
proto native void SelectRow (int row)
proto native void SetChecked (bool checked)
proto native void SetCurrent (float curr)
proto native void SetCurrent (float curr)
proto native int SetCurrentItem (int n)
proto native void SetItem (int item, string value)
proto native void SetMinMax (float minimum, float maximum)
proto native bool SetState (bool state)
proto native void SetStep (float step)
proto native void SetText (string str)
proto native void SetText (string str)
proto native void SetText (string text)
proto native void SetTextHorizontalAlignment (int align)
proto native void SetTextOffset (float xoffset, float yoffset)
proto native void SetTextProportion (float val)
 Set text proportion - ratio between button height and button text height in interval <0,1>.
proto native void SetTextVerticalAlignment (int align)

Detailed Description

Definition at line 347 of file enwidgets.c.

Member Function Documentation

◆ GetCurrent()

proto native float GetCurrent ( )
private

◆ GetMax()

proto native float GetMax ( )
private

◆ GetMin()

proto native float GetMin ( )
private

◆ GetNumItems()

proto native int GetNumItems ( )
private

◆ SetCurrent()

proto native void SetCurrent ( float curr)
private

◆ SetText() [1/2]

proto native void SetText ( string str)
private

◆ SetText() [2/2]

proto native void SetText ( string text)
private

The documentation for this class was generated from the following file: