Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2K3GUIPage | +-- XInterface.IRC_NewNick
Variables Summary | |
---|---|
moEditBox | MyNewNick |
GUILabel | NewNickPrompt |
IRC_System | SystemPage |
Inherited Variables from XInterface.GUIPage |
---|
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Functions Summary | ||
---|---|---|
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
bool | InternalOnClick (GUIComponent Sender) |
Inherited Functions from XInterface.GUIPage |
---|
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIButton Name=VidOKBackground StyleName="SquareBar" WinHeight=1.000000 bBoundToParent=Wahr bScaleToParent=Wahr bAcceptsInput=Falsch bNeverFocus=Wahr OnKeyEvent=VidOKBackground.InternalOnKeyEvent End Object Controls(0)=GUIButton'XInterface.IRC_NewNick.VidOKBackground' Begin Object Class=moEditBox Name=NewNickEntry LabelJustification=TXTA_Right CaptionWidth=0.550000 Caption="New Nickname: " LabelFont="UT2SmallFont" LabelColor=(B=255,G=255,R=255) OnCreateComponent=NewNickEntry.InternalOnCreateComponent WinTop=0.466667 WinLeft=0.160000 WinHeight=0.050000 End Object Controls(1)=moEditBox'XInterface.IRC_NewNick.NewNickEntry' Begin Object Class=GUILabel Name=NickMesg TextAlign=TXTA_Center TextColor=(B=0,G=200,R=230) TextFont="UT2HeaderFont" WinTop=0.400000 WinHeight=32.000000 End Object Controls(2)=GUILabel'XInterface.IRC_NewNick.NickMesg' Begin Object Class=GUIButton Name=OkButton Caption="OK" WinTop=0.750000 WinLeft=0.400000 WinWidth=0.200000 bBoundToParent=Wahr OnClick=IRC_NewNick.InternalOnClick OnKeyEvent=OkButton.InternalOnKeyEvent End Object Controls(3)=GUIButton'XInterface.IRC_NewNick.OkButton' WinTop=0.375000 WinHeight=0.250000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |