My program doesn't have bugs. It just develops random features.

UE2:TestGFXButtonPage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> TestGFXButtonPage
Package: 
XInterface
This class in other games:
UT2004

null

Properties[edit]

Btn[edit]

Type: GUIGFXButton


ImgAlign[edit]

Type: GUIComboBox


ImgSelect[edit]

Type: GUIComboBox


ImgStyle[edit]

Type: GUIComboBox


Default values[edit]

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[edit]

Backdrop[edit]

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[edit]

Class: XInterface.GUICheckBoxButton

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

cboImgAlign[edit]

Class: XInterface.GUIComboBox

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

cboImgSelect[edit]

Class: XInterface.GUIComboBox

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

cboImgStyle[edit]

Class: XInterface.GUIComboBox

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

lblClientBound[edit]

Class: XInterface.GUILabel

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

lblImgAlign[edit]

Class: XInterface.GUILabel

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

lblImgSelect[edit]

Class: XInterface.GUILabel

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

lblImgStyle[edit]

Class: XInterface.GUILabel

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

TheButton[edit]

Class: XInterface.GUIGFXButton

Property Value
WinHeight 0.2
WinLeft 0.1
WinTop 0.2
WinWidth 0.2

Instance functions[edit]

DLOTexture[edit]

function Material DLOTexture (string TextureFullName)


MyOnOpen[edit]

function MyOnOpen ()


OnNewClientBound[edit]

function OnNewClientBound (GUIComponent Sender)


OnNewImgAlign[edit]

function OnNewImgAlign (GUIComponent Sender)


OnNewImgSelect[edit]

function OnNewImgSelect (GUIComponent Sender)


OnNewImgStyle[edit]

function OnNewImgStyle (GUIComponent Sender)


SetNewImage[edit]

function SetNewImage (string ImageName)