My program doesn't have bugs. It just develops random features.
UE2:GUIListBoxBase (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIListBoxBase |
- Package:
- XInterface
- Direct subclasses:
- DirectoryTreeListBox, GUIListBox, GUIMultiColumnListBox, GUIMultiOptionListBox, GUIScrollTextBox, GUITreeListBox, GUIVertImageListBox
- This class in other games:
- UT2003, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: UT2K4UI.GUIListBoxBase
The GUIListBoxBase is a wrapper for a GUIList and it's ScrollBar
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'GUIListBoxBase'[edit]
bInitializeList[edit]
Type: bool
Propagated to list
Default value: True
bSorted[edit]
Type: bool
bVisibleWhenEmpty[edit]
Type: bool
List box is visible when empty.
DefaultListClass[edit]
Type: string
MyList[edit]
Type: GUIListBase
Modifiers: editconst
OutlineStyleName[edit]
Type: string
For propagating outline styles to the list
SectionStyleName[edit]
Type: string
For propagating section style to the list
Default value: "ListSection"
SelectedStyleName[edit]
Type: string
For propagating selected style to the list
Internal variables[edit]
MyScrollBar[edit]
Type: GUIScrollBarBase
Modifiers: automated
Default value: GUIVertScrollBar'TheScrollbar'
Default values[edit]
Property | Value |
---|---|
bAcceptsInput | True |
FontScale | FNS_Small |
OnCreateComponent | InternalOnCreateComponent |
PropagateVisibility | True |
StyleName | "NoBackground" |
ToolTip | GUIToolTip'GUIListBoxBaseToolTip' |
Subobjects[edit]
GUIListBoxBaseToolTip[edit]
Class: XInterface.GUIToolTip
Empty subobject definition.
TheScrollbar[edit]
Class: XInterface.GUIVertScrollBar
Property | Value |
---|---|
bVisible | False |
Functions[edit]
Events[edit]
InitComponent[edit]
Overrides: GUIMultiComponent.InitComponent
Other instance functions[edit]
InitBaseList[edit]
InternalOnCreateComponent[edit]
SetFriendlyLabel[edit]
Overrides: GUIComponent.SetFriendlyLabel
SetHint[edit]
Overrides: GUIComponent.SetHint