18 lines
862 B
Ucode
18 lines
862 B
Ucode
// ====================================================================
|
|
// Class: XInterface.STY_ListBox
|
|
// Parent: XInterface.STY_SquareButton
|
|
//
|
|
// Background style for the actual combo area of the listbox
|
|
// i.e. when the menu is not expanded (I think ?)
|
|
// ====================================================================
|
|
class STY_ComboListBox extends STY_ListBox;
|
|
|
|
defaultproperties
|
|
{
|
|
KeyName="ComboListBox"
|
|
Images(0)=Texture'InterfaceArt_tex.Menu.changeme_texture' //Material'InterfaceContent.Menu.EditBoxDown'
|
|
Images(1)=Texture'InterfaceArt_tex.Menu.changeme_texture' //Material'InterfaceContent.Menu.EditBoxDown'
|
|
Images(2)=Texture'InterfaceArt_tex.Menu.changeme_texture' //Material'InterfaceContent.Menu.EditBoxDown'
|
|
Images(3)=Texture'InterfaceArt_tex.Menu.changeme_texture' //Material'InterfaceContent.Menu.EditBoxDown'
|
|
}
|