Property | Type | Description | |
---|---|---|---|
_font | MediaPortal.GUI.Library.GUIFont | ||
_invalidate | bool | ||
_itemHeight | int | ||
_itemsPerPage | int | ||
_listItems | |||
_offset | int | ||
_xOffset | int |
Property | Type | Description | |
---|---|---|---|
ClearOffsets | void | ||
SetText | void |
Method | Description | |
---|---|---|
AllocResources ( ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
FinalizeConstruction ( ) : void | ||
GUITextScrollUpControl ( int dwParentID ) : System | ||
GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System | ||
HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
NeedRefresh ( ) : bool | ||
OnMessage ( |
||
PreAllocResources ( ) : void | ||
Render ( float timePassed ) : void | ||
ScaleToScreenResolution ( ) : void |
Method | Description | |
---|---|---|
ClearOffsets ( ) : void |
Resets the scrolling offsets
|
|
SetText ( string strText ) : void |
public GUITextScrollUpControl ( int dwParentID ) : System | ||
dwParentID | int | |
return | System |
public GUITextScrollUpControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strFont, long dwTextColor ) : System | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
strFont | string | |
dwTextColor | long | |
return | System |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | |
y | int | |
controlID | int | |
focused | bool | |
return | bool |
public OnMessage ( |
||
message | ||
return | bool |
protected GUIFont,MediaPortal.GUI.Library _font | ||
return | MediaPortal.GUI.Library.GUIFont |
protected ArrayList,System.Collections _listItems | ||
return |