| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUITextComponent
|
+-- GUI.GUIButton
|
+-- GUI.GUIGFXButton
|
+-- GUI.GUIVertScrollButton
GUIComboButton
| Variables Summary | |
|---|---|
| GUIVertScrollButton | |
| Material | DownImage |
| bool | UpButton |
| Material | UpImage |
| Inherited Variables from GUI.GUIGFXButton |
|---|
| bCheckBox, bChecked, bClientBound, bForceUpdate, Graphic, Position |
| Inherited Variables from GUI.GUIButton |
|---|
| bAllowMultiLine, ClickKeyCode, Value |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIComponent MyOwner)) | |
| Inherited Functions from GUI.GUIGFXButton |
|---|
| Click, InitComponent, SetChecked, Show |
| Inherited Functions from GUI.GUIButton |
|---|
| InitComponent, InternalOnKeyEvent, InternalOnXControllerEvent |
| Variables Detail |
|---|
Image to use for a down arrow
If true, the graphic used is an up arrow (else a down arrow)
Image to use for a up arrow
| Functions Detail |
|---|
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
StyleName="STY_RoundScaledButton"
UpButton=false
Position=ICP_Scaled
bNeverFocus=true
bCaptureMouse=True
UpImage=Material'GUITribes.ArrowUp'
DownImage=Material'GUITribes.ArrowDown'
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||