Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- GUI.GUI | +-- GUI.GUIComponent | +-- GUI.GUIMultiComponent | +-- GUI.GUIDualSelectionLists
Variables Summary | |
---|---|
GUIGFXButton | ABButton |
GUIGFXButton | AtoB |
GUIGFXButton | BAButton |
GUIGFXButton | BtoA |
GUIListBox | LBA |
GUILabel | LBAH |
GUIListBox | LBB |
GUILabel | LBBH |
GUIListBox | ListBoxA |
GUILabel | ListBoxAH |
GUIListBox | ListBoxB |
GUILabel | ListBoxBH |
GUIDualSelectionLists | |
String | BoxAHeader |
String | BoxBHeader |
bool | bSwitchListBoxLocations |
bool | bVerticalLayout |
String | DownCaption |
Material | DownImage |
float | HeaderPercent |
String | LeftCaption |
Material | LeftImage |
float | ListBoxSpacing |
String | RightCaption |
Material | RightImage |
String | UpCaption |
Material | UpImage |
Inherited Variables from GUI.GUIMultiComponent |
---|
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility |
Enumerations Summary |
---|
Inherited Enumerations from GUI.GUIComponent |
---|
EClickSound |
Structures Summary |
---|
Inherited Structures from GUI.GUIComponent |
---|
sDynamicPositionSpec, sTransitionSpec |
Functions Summary | ||
---|---|---|
Activate ())) | ||
AssignComponents ())) | ||
CheckListSelection (GUIListBox ListBox)) | ||
InitComponent (GUIComponent MyOwner)) | ||
MoveAB (GUIComponent Sender)) | ||
MoveBA (GUIComponent Sender)) | ||
OnChangeLayout ())) | ||
OnConstruct (GUIController MyController)) | ||
OnListClicked (GUIComponent Sender)) |
Variables Detail |
---|
Caption to use over ListBox A
Caption to use over ListBox B
If true, will layout the list boxes & headers in the other order
If true, will layout this component vertically instead of horizontally
Caption to use on Arrow Pointing Down
Image to use on Arrow Pointing Down
Determines spacing of the headers (100% default)
Caption to use on Arrow Pointing Left
Image to use on Arrow Pointing Left
Determines spacing of the lists (80% default)
Caption to use on Arrow Pointing Right
Image to use on Arrow Pointing Right
Caption to use on Arrow Pointing Up
Image to use on Arrow Pointing Up
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { ListBoxSpacing=0.930000 HeaderPercent=1.0 RightCaption=">>>" LeftCaption="<<<" DownCaption="vvv" UpCaption="^^^" WinWidth=0.9 WinHeight=0.4 WinLeft=0.05 WinTop=0.3 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |