- Extends
- UT2K3TabPanel
- Modifiers
- abstract
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K3TabPanel
|
+-- XInterface.IRC_Page
Direct Known Subclasses:
IRC_Channel, IRC_System
var transient bool bDoneInputScroll;
var localized string HasJoinedText;
var localized string HasLeftText;
var transient array<string> InputHistory;
var transient int InputHistoryPos;
var config int InputHistorySize;
var config color IRCActionColor;
var config color IRCInfoColor;
var config color IRCLinkColor;
var config color IRCNickColor;
var config color IRCTextColor;
var config int MaxChatScrollback;
var localized string NewTopicText;
var localized string NowKnownAsText;
var localized string QuitText;
var localized string SetsModeText;
var localized string WasKickedByText;
function string ColorizeLinks ( string InString )
function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )
function ProcessInput ( string Text )
defaultproperties
{
HasLeftText="has left"
HasJoinedText="has joined"
WasKickedByText="was kicked by"
NowKnownAsText="is now known as"
QuitText="Quit"
SetsModeText="sets mode"
NewTopicText="Topic"
MaxChatScrollback=250
InputHistorySize=16
IRCTextColor=(B=160,G=160,R=160)
IRCNickColor=(B=255,G=150,R=150)
IRCActionColor=(G=200,R=230)
IRCInfoColor=(B=160,G=130,R=130)
IRCLinkColor=(B=150,G=150,R=255)
Begin Object Class=moEditBox Name=EntryBox
CaptionWidth=0.000000
OnCreateComponent=EntryBox.InternalOnCreateComponent
WinTop=0.950000
WinLeft=0.000000
WinWidth=1.000000
WinHeight=0.050000
End Object
Controls(0)=moEditBox'XInterface.IRC_Page.EntryBox'
Begin Object Class=GUISplitter Name=MainSplitter
SplitPosition=0.800000
bFixedSplitter=Wahr
Begin Object Class=GUIPanel Name=DisplayPanel
Begin Object Class=GUIScrollTextBox Name=DisplayBox
bNoTeletype=Wahr
bStripColors=Wahr
CharDelay=0.001500
EOLDelay=0.250000
bVisibleWhenEmpty=Wahr
OnCreateComponent=DisplayBox.InternalOnCreateComponent
StyleName="ServerBrowserGrid"
WinHeight=1.000000
bScaleToParent=Wahr
End Object
Controls(0)=GUIScrollTextBox'XInterface.IRC_Page.DisplayBox'
End Object
Controls(0)=GUIPanel'XInterface.IRC_Page.DisplayPanel'
Begin Object Class=GUIPanel Name=UtilPanel
End Object
Controls(1)=GUIPanel'XInterface.IRC_Page.UtilPanel'
WinHeight=0.950000
End Object
Controls(1)=GUISplitter'XInterface.IRC_Page.MainSplitter'
WinTop=0.150000
WinHeight=0.730000
}
|
Creation time: Mo 16.4.2007 11:20:22.906 - Created with
UnCodeX