UE2:TestImagePage (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> TestImagePage
Package:
XInterface
This class in other games:

null

Properties

Img

Type: GUIImage


ImgAlign

Type: GUIComboBox


ImgSelect

Type: GUIComboBox


ImgStyle

Type: GUIComboBox


Default values

Subobjects

Backdrop

Class: XInterface.GUIImage

Property Value
Image Material'InterfaceContent.Menu.EditBox'
ImageStyle ISTY_Stretched
WinHeight 0.4
WinLeft 0.1
WinTop 0.2
WinWidth 0.4

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

lblImgAlign

Class: XInterface.GUILabel

Property Value
Caption "Image Alignment"
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

TheImage

Class: XInterface.GUIImage

Property Value
WinHeight 0.4
WinLeft 0.1
WinTop 0.2
WinWidth 0.4

Instance functions

DLOTexture

function Material DLOTexture (string TextureFullName)


MyOnOpen

function MyOnOpen ()


OnNewImgAlign

function OnNewImgAlign (GUIComponent Sender)


OnNewImgSelect

function OnNewImgSelect (GUIComponent Sender)


OnNewImgStyle

function OnNewImgStyle (GUIComponent Sender)


SetNewImage

function SetNewImage (string ImageName)