UBrowser.UBrowserIRCPageBase
- Extends
- UWindowPageWindow
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UWindow.UWindowPageWindow
|
+-- UBrowser.UBrowserIRCPageBase
Direct Known Subclasses:
UBrowserIRCChannelPage, UBrowserIRCPrivPage, UBrowserIRCSystemPage
var localized string HasJoinedText;
var localized string HasLeftText;
var localized string NowKnownAsText;
var localized string QuitText;
var localized string SetsModeText;
var config string TextAreaClass;
var localized string WasKickedByText;
function AddedText ( ) )
function BeforePaint (
Canvas C,
float X,
float Y) )
function Close ( optional bool bByParent) )
function ClosePage ( ) )
function Created ( ) )
function Paint (
Canvas C,
float X,
float Y) )
function ProcessInput ( string Text )
function RMouseUp ( float X, float Y) )
function Setup ( ) )
function WindowShown ( ) )
defaultproperties
{
TextAreaClass="UBrowser.UBrowserIRCTextArea"
HasLeftText="has left"
HasJoinedText="has joined"
WasKickedByText="was kicked by"
NowKnownAsText="is now known as"
QuitText="Quit"
SetsModeText="sets mode"
}
|
Creation time: Fr 7.6.2013 13:15:13.042 - Created with
UnCodeX