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.GUIPanel | +-- XInterface.GUISplitter
Variables Summary | |
---|---|
GUISplitter | |
bool | bDrawSplitter |
bool | bFixedSplitter |
string | DefaultPanels[2] |
float | MaxPercentage |
GUIComponent | Panels[2] |
float | SplitAreaSize |
EGUISplitterType | SplitOrientation |
float | SplitPosition |
Inherited Variables from XInterface.GUIPanel |
---|
Background |
Inherited Variables from XInterface.GUIMultiComponent |
---|
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
Enumerations Summary | ||
---|---|---|
EGUISplitterType SPLIT_Vertical, SPLIT_Horizontal, |
Delegates Summary | ||
---|---|---|
OnReleaseSplitter (GUIComponent Sender, float NewPosition) |
Inherited Delegates from XInterface.GUIPanel |
---|
OnPostDraw |
Inherited Delegates from XInterface.GUIMultiComponent |
---|
HandleContextMenuClose, HandleContextMenuOpen, NotifyContextSelect, OnCreateComponent |
Functions Summary | ||
---|---|---|
GUIComponent | AppendComponent (GUIComponent NewComp, optional bool SkipRemap) | |
InitComponent (GUIController MyController, GUIComponent MyOwner) | ||
SplitterUpdatePositions () |
Inherited Functions from XInterface.GUIPanel |
---|
InitComponent |
Variables Detail |
---|
Enumerations Detail |
---|
Delegates Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { SplitPosition=0.500000 bDrawSplitter=Wahr SplitAreaSize=8.000000 StyleName="SquareButton" bAcceptsInput=Wahr bNeverFocus=Wahr } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |