There is no spoon
UE2:TestImagePage (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> TestImagePage |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
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[edit]
Img[edit]
Type: GUIImage
ImgAlign[edit]
Type: GUIComboBox
ImgSelect[edit]
Type: GUIComboBox
ImgStyle[edit]
Type: GUIComboBox
Default values[edit]
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[edit]
Backdrop[edit]
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[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 |
lblImgAlign[edit]
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "Image Alignment" |
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 |
TheImage[edit]
Class: XInterface.GUIImage
Property | Value |
---|---|
WinHeight | 0.4 |
WinLeft | 0.1 |
WinTop | 0.2 |
WinWidth | 0.4 |
Instance functions[edit]
DLOTexture[edit]
MyOnOpen[edit]
function MyOnOpen ()
OnNewImgAlign[edit]
function OnNewImgAlign (GUIComponent Sender)
OnNewImgSelect[edit]
function OnNewImgSelect (GUIComponent Sender)
OnNewImgStyle[edit]
function OnNewImgStyle (GUIComponent Sender)
SetNewImage[edit]
function SetNewImage (string ImageName)