GUI Layout Multiple Elements

Hi,

I’ve been bumping my head over this. There must be a simple way to do this!

I want to make a “custom” control, which has a button, a label below or over it, a tooltip label and a smaller button.
Now I want to use the GUILayout functions to layout several of that custom control.

Is there a way to declare a custom control, or am I gonna have to use GUILayoutUtility.GetLastRect the whole way through this ?

Thanks for you enlightening help…

I ended founding the answer in the doc…