The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:TestGFXButtonPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> TestPageBase >> TestGFXButtonPage
Package: 
XInterface
This class in other games:
UT2003

null

Properties

Btn

Type: GUIGFXButton


ImgAlign

Type: GUIComboBox


ImgSelect

Type: GUIComboBox


ImgStyle

Type: GUIComboBox


Default values

Property Value
Controls[0] GUIImage'Backdrop'
Controls[1] GUIGFXButton'TheButton'
Controls[2] GUILabel'lblImgStyle'
Controls[3] GUIComboBox'cboImgStyle'
Controls[4] GUILabel'lblImgAlign'
Controls[5] GUIComboBox'cboImgAlign'
Controls[6] GUILabel'lblImgSelect'
Controls[7] GUIComboBox'cboImgSelect'
Controls[8] GUILabel'lblClientBound'
Controls[9] GUICheckBoxButton'cbbClientBound'
OnOpen MyOnOpen

Subobjects

Backdrop

Class: XInterface.GUIImage

Property Value
Image Material'InterfaceContent.Menu.pEmptySlot'
ImageStyle ISTY_Bound
WinHeight 0.2
WinLeft 0.1
WinTop 0.2
WinWidth 0.2

cbbClientBound

Class: XInterface.GUICheckBoxButton

Property Value
OnChange OnNewClientBound
WinHeight 0.06
WinLeft 0.75
WinTop 0.5
WinWidth 0.2

cboImgAlign

Class: XInterface.GUIComboBox

Property Value
bReadOnly True
OnChange OnNewImgAlign
WinHeight 0.06
WinLeft 0.75
WinTop 0.3
WinWidth 0.2

cboImgSelect

Class: XInterface.GUIComboBox

Property Value
bReadOnly True
OnChange OnNewImgSelect
WinHeight 0.06
WinLeft 0.75
WinTop 0.4
WinWidth 0.2

cboImgStyle

Class: XInterface.GUIComboBox

Property Value
bReadOnly True
OnChange OnNewImgStyle
WinHeight 0.06
WinLeft 0.75
WinTop 0.2
WinWidth 0.2

lblClientBound

Class: XInterface.GUILabel

Property Value
Caption "Client Bound ?"
WinHeight 0.06
WinLeft 0.5
WinTop 0.5
WinWidth 0.2

lblImgAlign

Class: XInterface.GUILabel

Property Value
Caption "Menu State"
WinHeight 0.06
WinLeft 0.5
WinTop 0.3
WinWidth 0.2

lblImgSelect

Class: XInterface.GUILabel

Property Value
Caption "Select Image"
WinHeight 0.06
WinLeft 0.5
WinTop 0.4
WinWidth 0.2

lblImgStyle

Class: XInterface.GUILabel

Property Value
Caption "Image Style"
WinHeight 0.06
WinLeft 0.5
WinTop 0.2
WinWidth 0.2

TheButton

Class: XInterface.GUIGFXButton

Property Value
WinHeight 0.2
WinLeft 0.1
WinTop 0.2
WinWidth 0.2

Instance functions

DLOTexture

function Material DLOTexture (string TextureFullName)


MyOnOpen

function MyOnOpen ()


OnNewClientBound

function OnNewClientBound (GUIComponent Sender)


OnNewImgAlign

function OnNewImgAlign (GUIComponent Sender)


OnNewImgSelect

function OnNewImgSelect (GUIComponent Sender)


OnNewImgStyle

function OnNewImgStyle (GUIComponent Sender)


SetNewImage

function SetNewImage (string ImageName)