- 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
{
OnKeyType=InternalOnKeyType
OnKeyEvent=InternalOnKeyEvent
OnClick=InternalOnClick
ScrollState=STS_None
Separator="|"
TextAlign=TXTA_Left
InitialDelay=0.0
CharDelay=0.25
EOLDelay=0.75
RepeatDelay=3.0
VisibleLines=-1
}
|
Creation time: Do 14.8.2014 09:58:08.087 - Created with
UnCodeX