| 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.GUIPage
|
+-- XInterface.TestPageBase
|
+-- XInterface.TestGFXButtonPage
| Variables Summary | |
|---|---|
| GUIGFXButton | Btn |
| GUIComboBox | ImgAlign |
| GUIComboBox | ImgSelect |
| GUIComboBox | ImgStyle |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | Material | DLOTexture (string TextureFullName) |
![]() | MyOnOpen () | |
![]() | OnNewClientBound (GUIComponent Sender) | |
![]() | OnNewImgAlign (GUIComponent Sender) | |
![]() | OnNewImgSelect (GUIComponent Sender) | |
![]() | OnNewImgStyle (GUIComponent Sender) | |
![]() | SetNewImage (string ImageName) | |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
DLOTexture Source code
MyOnOpen Source code
OnNewClientBound Source code
OnNewImgAlign Source code
OnNewImgSelect Source code
OnNewImgStyle Source code
SetNewImage Source code| Defaultproperties |
|---|
defaultproperties { OnOpen=TestGFXButtonPage.MyOnOpen Begin Object Class=GUIImage Name=Backdrop Image=TexPanner'InterfaceContent.Menu.pEmptySlot' ImageStyle=ISTY_Bound WinTop=0.200000 WinLeft=0.100000 WinWidth=0.200000 WinHeight=0.200000 End Object Controls(0)=GUIImage'XInterface.TestGFXButtonPage.Backdrop' Begin Object Class=GUIGFXButton Name=TheButton WinTop=0.200000 WinLeft=0.100000 WinWidth=0.200000 WinHeight=0.200000 OnKeyEvent=TheButton.InternalOnKeyEvent End Object Controls(1)=GUIGFXButton'XInterface.TestGFXButtonPage.TheButton' Begin Object Class=GUILabel Name=lblImgStyle Caption="Image Style" WinTop=0.200000 WinLeft=0.500000 WinWidth=0.200000 End Object Controls(2)=GUILabel'XInterface.TestGFXButtonPage.lblImgStyle' Begin Object Class=GUIComboBox Name=cboImgStyle bReadOnly=Wahr WinTop=0.200000 WinLeft=0.750000 WinWidth=0.200000 OnChange=TestGFXButtonPage.OnNewImgStyle OnKeyEvent=cboImgStyle.InternalOnKeyEvent End Object Controls(3)=GUIComboBox'XInterface.TestGFXButtonPage.cboImgStyle' Begin Object Class=GUILabel Name=lblImgAlign Caption="Menu State" WinTop=0.300000 WinLeft=0.500000 WinWidth=0.200000 End Object Controls(4)=GUILabel'XInterface.TestGFXButtonPage.lblImgAlign' Begin Object Class=GUIComboBox Name=cboImgAlign bReadOnly=Wahr WinTop=0.300000 WinLeft=0.750000 WinWidth=0.200000 OnChange=TestGFXButtonPage.OnNewImgAlign OnKeyEvent=cboImgAlign.InternalOnKeyEvent End Object Controls(5)=GUIComboBox'XInterface.TestGFXButtonPage.cboImgAlign' Begin Object Class=GUILabel Name=lblImgSelect Caption="Select Image" WinTop=0.400000 WinLeft=0.500000 WinWidth=0.200000 End Object Controls(6)=GUILabel'XInterface.TestGFXButtonPage.lblImgSelect' Begin Object Class=GUIComboBox Name=cboImgSelect bReadOnly=Wahr WinTop=0.400000 WinLeft=0.750000 WinWidth=0.200000 OnChange=TestGFXButtonPage.OnNewImgSelect OnKeyEvent=cboImgSelect.InternalOnKeyEvent End Object Controls(7)=GUIComboBox'XInterface.TestGFXButtonPage.cboImgSelect' Begin Object Class=GUILabel Name=lblClientBound Caption="Client Bound ?" WinTop=0.500000 WinLeft=0.500000 WinWidth=0.200000 End Object Controls(8)=GUILabel'XInterface.TestGFXButtonPage.lblClientBound' Begin Object Class=GUICheckBoxButton Name=cbbClientBound WinTop=0.500000 WinLeft=0.750000 WinWidth=0.200000 WinHeight=0.060000 OnChange=TestGFXButtonPage.OnNewClientBound OnKeyEvent=cbbClientBound.InternalOnKeyEvent End Object Controls(9)=GUICheckBoxButton'XInterface.TestGFXButtonPage.cbbClientBound' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||