| 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.GUIHorzScrollButton
| Variables Summary | |
|---|---|
| GUIHorzScrollButton | |
| bool | LeftButton |
| Material | LeftImage |
| Material | RightImage |
| 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 |
|---|
If true, this button will use a left arrow material for its graphic, else a right arrow
Image to use for a left arrow
Image to use for a right arrow
| Functions Detail |
|---|
InitComponent Source code| Defaultproperties |
|---|
defaultproperties
{
StyleName="STY_RoundScaledButton"
LeftButton=false
Position=ICP_Scaled
bNeverFocus=true
bCaptureMouse=true
LeftImage=Material'GUITribes.ArrowLeft'
RightImage=Material'GUITribes.ArrowRight'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||