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

GUI2K4.UT2K4IRC_NewNick

Extends
UT2K4GetDataMenu

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.UT2K4GenericMessageBox
                        |   
                        +-- GUI2K4.UT2K4GetDataMenu
                           |   
                           +-- GUI2K4.UT2K4IRC_NewNick

Variables Summary
stringEditCaption
stringEditHint
Inherited Variables from GUI2K4.UT2K4GetDataMenu
b_Cancel, ed_Data
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Owner ))
Inherited Functions from GUI2K4.UT2K4GetDataMenu
GetDataString, HandleParameters, InitComponent, InternalOnClick, InternalOnKeyEvent, InternalOnPreDraw, SetDataString
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

EditCaption Source code

var localized string EditCaption;

EditHint Source code

var localized string EditHint;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Owner ) )


Defaultproperties

defaultproperties
{
	OnCreateComponent=InternalOnCreateComponent


	EditCaption="New Nickname: "
	EditHint="Enter your desired nick, then press OK to save the changes."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.872 - Created with UnCodeX