- Extends
- GUIList
- Modifiers
- native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIList
|
+-- XInterface.GUIScrollText
Enumerations Summary |
eScrollState STS_None,
STS_Initial,
STS_Char,
STS_EOL,
STS_Repeat,
|
Inherited Functions from XInterface.GUIList |
Add, AddElement, Clear, ClearPendingElements, Find, FindExtra, FindIndex, FindItemObject, Get, GetAtIndex, GetExtra, GetExtraAtIndex, GetItemAtIndex, GetObject, GetObjectAtIndex, GetPendingElements, Insert, InsertElement, InternalOnDragDrop, InternalOnEndDrag, IsSection, LoadFrom, Remove, RemoveElement, RemoveExtra, RemoveItem, RemoveObject, RemoveSilent, Replace, SelectedText, SetExtraAtIndex, SetItemAtIndex, SetObjectAtIndex, Sort, SortList, Swap |
Inherited Functions from XInterface.GUIVertList |
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
var const editconst private bool bReceivedNewContent;
GUIScrollText
var(
GUIScrollText) editconst editconstarray array<
string> StringElements;
enum
eScrollState
{
STS_None,
STS_Initial,
STS_Char,
STS_EOL,
STS_Repeat,
};
delegate OnEndOfLine ( )
function Dump ( ) )
function EndScrolling ( ) )
native final function string GetWordUnderCursor ( )
function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )
function bool InternalOnKeyType ( out byte Key, optional string Unicode) )
function bool IsValid ( ) )
function Restart ( ) )
function SetContent ( string NewContent, optional string sep) )
function bool SkipChar ( ) )
function Stop ( ) )
event Timer ( ) )
defaultproperties
{
Separator="|"
VisibleLines=-1
CharDelay=0.250000
EOLDelay=0.750000
RepeatDelay=3.000000
TextAlign=TXTA_Left
OnClick=GUIScrollText.InternalOnClick
OnKeyType=GUIScrollText.InternalOnKeyType
OnKeyEvent=GUIScrollText.InternalOnKeyEvent
}
|
Creation time: sk 18-3-2018 09:49:41.414 - Created with
UnCodeX