// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // //==================================================// // An image that supports clicking and mouse // // hovering and therefore can be used as a button. // // It does not have a button outline by default. // // To give it the button border as well as the // // image, set style to GeoMenuButton. // //==================================================// class GeoImageButton extends GUIGFXButton; defaultproperties { WinWidth=0.04 WinHeight=0.04 Position=ICP_Scaled Graphic=Material'GeoGUIContent.Icons.questionmark_selected' StyleName="MultiLineLabel" Caption="" RenderWeight=1 }