| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIListBoxBase
|
+-- XInterface.GUIListBox
|
+-- ROInterface.ROGUIListBoxPlus
| Variables Summary | |
|---|---|
| ROGUIListBoxPlus | |
| string | ScrollButtonsStyle |
| string | ScrollGripStyle |
| string | ScrollZoneStyle |
| eTextAlign | TextAlign |
| Inherited Variables from XInterface.GUIListBox |
|---|
| List |
| Inherited Variables from XInterface.GUIListBoxBase |
|---|
| bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName |
| Functions Summary | ||
|---|---|---|
![]() | InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)) | |
| Inherited Functions from XInterface.GUIListBox |
|---|
| InitBaseList, InitComponent, InternalOnChange, InternalOnClick, InternalOnDblClick, ItemCount, MyClose, MyOpen |
| Inherited Functions from XInterface.GUIListBoxBase |
|---|
| InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint |
| Variables Detail |
|---|
| Functions Detail |
|---|
InternalOnCreateComponent Source code| Defaultproperties |
|---|
defaultproperties
{
ScrollZoneStyle="ScrollZone"
ScrollGripStyle="RoundScaledButton"
ScrollButtonsStyle="ScrollZone"
DefaultListClass="ROInterface.ROGUIListPlus"
OnCreateComponent=ROGUIListBoxPlus.InternalOnCreateComponent
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||