GUIStyle.stretchWidth

var stretchWidth : boolean

Description

Can GUI elements of this style be stretched horizontally for better layouting?

JavaScript
function OnGUI() {
if(GUI.skin.customStyles.Length > 0)
GUI.skin.customStyles[0].stretchWidth = true;
}