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
DirectoryTreeListBox, GUIListBox, GUIMultiColumnListBox, GUIMultiOptionListBox, GUIScrollTextBox, GUITreeListBox, GUIVertImageListBox
Variables Summary | |
---|---|
GUIScrollBarBase | MyScrollBar |
GUIListBoxBase | |
bool | bInitializeList |
bool | bSorted |
bool | bVisibleWhenEmpty |
string | DefaultListClass |
GUIListBase | MyList |
string | OutlineStyleName |
string | SectionStyleName |
string | SelectedStyleName |
Inherited Variables from XInterface.GUIMultiComponent |
---|
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
Enumerations Summary |
---|
Inherited Enumerations from XInterface.GUIComponent |
---|
EClickSound, EParentScaleType |
Functions Summary | ||
---|---|---|
InitBaseList (GUIListBase LocalList) | ||
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender) | ||
SetFriendlyLabel (GUILabel NewLabel) | ||
SetHint (string NewHint) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { SectionStyleName="ListSection" Begin Object Class=GUIVertScrollBar Name=TheScrollbar bVisible=Falsch OnPreDraw=TheScrollbar.GripPreDraw End Object MyScrollBar=GUIVertScrollBar'XInterface.GUIListBoxBase.TheScrollbar' bInitializeList=Wahr PropagateVisibility=Wahr OnCreateComponent=GUIListBoxBase.InternalOnCreateComponent FontScale=FNS_Small StyleName="NoBackground" bAcceptsInput=Wahr Begin Object Class=GUIToolTip Name=GUIListBoxBaseToolTip End Object ToolTip=GUIToolTip'XInterface.GUIListBoxBase.GUIListBoxBaseToolTip' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |