UE2:TestImagePage (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> TestImagePage |
- Package:
- XInterface
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Img
Type: GUIImage
ImgAlign
Type: GUIComboBox
ImgSelect
Type: GUIComboBox
ImgStyle
Type: GUIComboBox
Default values
Property | Value |
---|---|
Controls[0] | GUIImage'Backdrop' |
Controls[1] | GUIImage'TheImage' |
Controls[2] | GUILabel'lblImgStyle' |
Controls[3] | GUIComboBox'cboImgStyle' |
Controls[4] | GUILabel'lblImgAlign' |
Controls[5] | GUIComboBox'cboImgAlign' |
Controls[6] | GUILabel'lblImgSelect' |
Controls[7] | GUIComboBox'cboImgSelect' |
OnOpen | MyOnOpen |
Subobjects
Backdrop
Class: XInterface.GUIImage
cboImgAlign
Class: XInterface.GUIComboBox
cboImgSelect
Class: XInterface.GUIComboBox
cboImgStyle
Class: XInterface.GUIComboBox
lblImgAlign
Class: XInterface.GUILabel
lblImgSelect
Class: XInterface.GUILabel
lblImgStyle
Class: XInterface.GUILabel
TheImage
Class: XInterface.GUIImage
Instance functions
DLOTexture
MyOnOpen
function MyOnOpen ()
OnNewImgAlign
function OnNewImgAlign (GUIComponent Sender)
OnNewImgSelect
function OnNewImgSelect (GUIComponent Sender)
OnNewImgStyle
function OnNewImgStyle (GUIComponent Sender)
SetNewImage
function SetNewImage (string ImageName)