- 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
{
Begin Object class=moEditBox Name=EntryBox
WinWidth=1.0
WinHeight=0.05
WinLeft=0
WinTop=0.95
CaptionWidth=0
End Object
Controls(0)=moEditBox'EntryBox'
Begin Object Class=GUIScrollTextBox Name=DisplayBox
WinWidth=1.0
WinHeight=1.0
WinLeft=0
WinTop=0
CharDelay=0.0015
EOLDelay=0.25
bVisibleWhenEmpty=true
bScaleToParent=true
StyleName="ServerBrowserGrid"
bNoTeletype=true
bStripColors=true
End Object
Begin Object Class=GUIPanel Name=DisplayPanel
Controls(0)=DisplayBox;
End Object
Begin Object Class=GUIPanel Name=UtilPanel
End Object
Begin Object Class=GUISplitter Name=MainSplitter
WinWidth=1.0
WinHeight=0.95
WinTop=0
WinLeft=0
Controls(0)=DisplayPanel
Controls(1)=UtilPanel
SplitOrientation=SPLIT_Vertical
SplitPosition=0.8
bFixedSplitter=true
End Object
Controls(1)=MainSplitter
WinTop=0.15
WinLeft=0
WinWidth=1
WinHeight=0.73
bAcceptsInput=false
MaxChatScrollback=250
InputHistorySize=16
HasLeftText="has left"
HasJoinedText="has joined"
WasKickedByText="was kicked by"
NowKnownAsText="is now known as"
QuitText="Quit"
SetsModeText="sets mode"
NewTopicText="Topic"
IRCTextColor=(R=160,G=160,B=160,A=0)
IRCNickColor=(R=150,G=150,B=255,A=0)
IRCActionColor=(R=230,G=200,B=0,A=0)
IRCInfoColor=(R=130,G=130,B=160,A=0)
IRCLinkColor=(R=255,G=150,B=150,A=0)
}
|
Creation time: Do 14.8.2014 09:58:09.673 - Created with
UnCodeX