UTMenu.UTFadeTextArea
- Extends
- UWindowWrappedTextArea
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowTextAreaControl
|
+-- UWindow.UWindowWrappedTextArea
|
+-- UTMenu.UTFadeTextArea
Inherited Variables from UWindow.UWindowTextAreaControl |
AbsoluteFont, bCursor, bScrollable, bScrollOnResize, bShowCaret, BufSize, Font, Head, LastDrawTime, Lines, Prompt, Tail, TextArea[750], VertSB, VisibleRows |
Functions Summary |
| | AddString (Canvas C, int Index))
|
| | AddText (string S))
|
| | BeforePaint (Canvas C, float X, float Y))
|
| bool | CheckMousePassThrough (float X, float Y))
|
| | Clear ()))
|
| | Created ()))
|
| bool | LocalWrappedClipText (Canvas C, float X, float Y, int I, coerce string S, optional bool bCheckHotkey, optional bool bInitFadeTime))
|
| | Paint (Canvas C, float X, float Y ))
|
| | Tick (float Delta))
|
var bool bAutoScrolling;
var bool bMousePassThrough;
var bool bNowAutoScrolling;
var int CurrentPendingString;
var float FadeFactor;
var int FadeLines;
var float FadeTime[32];
var font MyFont;
var int NumLines;
var string PendingString[20];
var int PrintLines;
var int ScrollingOffset;
function AddString (
Canvas C,
int Index) )
function AddText ( string S) )
function BeforePaint (
Canvas C,
float X,
float Y) )
function bool CheckMousePassThrough ( float X, float Y) )
function Clear ( ) )
function Created ( ) )
function bool LocalWrappedClipText (
Canvas C,
float X,
float Y,
int I,
coerce string S,
optional bool bCheckHotkey,
optional bool bInitFadeTime) )
function Paint (
Canvas C,
float X,
float Y ) )
function Tick ( float Delta) )
defaultproperties
{
FadeTime(0)=-1.000000
FadeFactor=2.000000
}
|
Creation time: Fr 7.6.2013 13:15:19.812 - Created with
UnCodeX