private static bool DoRepeatButton(GUIContent content, GUIStyle style, GUILayoutOption[] options) { return(GUI.RepeatButton(GUILayoutUtility.GetRect(content, style, options), content, style)); }