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 { OnCreateComponent=InternalOnCreateComponent Begin Object Class=GUIVertScrollBar Name=TheScrollbar bVisible=false End Object MyScrollBar=TheScrollbar Begin object Class=GUIToolTip Name=GUIListBoxBaseToolTip End Object ToolTip=GUIListBoxBaseToolTip bAcceptsInput=true StyleName="NoBackground" bVisibleWhenEmpty=False bInitializeList=True PropagateVisibility=true FontScale=FNS_Small SectionStyleName="ListSection" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |