Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesGUI.TribesGUIDlg

Extends
GUIDlg

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- GUI.GUIDlg
               |   
               +-- TribesGUI.TribesGUIDlg

Variables Summary
stringAbortText
GUIImageborderImage
stringCancelText
stringContinueText
stringIgnoreText
stringNoText
stringOKText
stringRetryText
stringYesText
TribesGui
MaterialborderMaterial
Inherited Variables from GUI.GUIDlg
ButtonPercentX, ButtonPercentY, MyButtons, MyLabel, Passback, Selection

Functions Summary
function AddButton (int inValue, string inCaption ))
event DeActivate ()))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function SetupDlg (string theCaption, string thePassback, int Options, optional float TimeOut))
event Timer ()))
Inherited Functions from GUI.GUIDlg
AddButton, DeActivate, InitComponent, InternalOnClick, SetupDlg, Timer


Variables Detail

AbortText Source code

var localized string AbortText;

borderImage Source code

var GUIImage borderImage;

CancelText Source code

var localized string CancelText;

ContinueText Source code

var localized string ContinueText;

IgnoreText Source code

var localized string IgnoreText;

NoText Source code

var localized string NoText;

OKText Source code

var localized string OKText;

RetryText Source code

var localized string RetryText;

YesText Source code

var localized string YesText;

TribesGui

borderMaterial Source code

var(TribesGui) Material borderMaterial;


Functions Detail

AddButton Source code

function AddButton ( int inValue, string inCaption ) )

DeActivate Source code

event DeActivate ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

SetupDlg Source code

function SetupDlg ( string theCaption, string thePassback, int Options, optional float TimeOut) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
	WinWidth=0.7
	WinHeight=0.35
	WinLeft=0.15
	WinTop=0.35


    RenderWeight=0.999
    ButtonPercentX=0.4
    ButtonPercentY=0.3
	bAcceptsInput=true
	bPersistent=false
	bScaleToParent=false
	bBoundToParent=false
	bSwallowAllKeyEvents=true
	borderMaterial=Material'GUITribes.DialogueBox'


    OKText="OK"
    YesText="Yes"
    ContinueText="Continue"
    RetryText="Retry"
    IgnoreText="Ignore"
    NoText="No"
    AbortText="Abort"
    CancelText="Cancel"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.197 - Created with UnCodeX