I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUISplitter (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUISplitter

Contents

Package: 
XInterface
This class in other games:
UE2Runtime, UT2004

Class: xInterface.GUISplitter

GUISplitters allow the user to size two other controls (usually Panels)

Written by Jack Porter (c) 2002, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] Property group 'Menu'

[edit] SplitOrientation

Type: EGUISplitterType


[edit] SplitPosition

Type: float

0.0 - 1.0

Default value: 0.5

[edit] Internal variables

[edit] bDrawSplitter

Type: bool

Draw the actual splitter bar

Default value: True

[edit] bFixedSplitter

Type: bool

Can splitter be moved?

[edit] SplitAreaSize

Type: float

size of splitter thing

Default value: 8.0

[edit] Default values

Property Value
bAcceptsInput True
StyleName "SquareButton"

[edit] Enums

[edit] EGUISplitterType

SPLIT_Vertical 
SPLIT_Horizontal 

[edit] Functions

[edit] Native functions

[edit] SplitterUpdatePositions

native function SplitterUpdatePositions ()


[edit] Other instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Personal tools