public static LTRect label(Rect rect, string label, int depth)
 {
     return(LTGUI.label(new LTRect(rect), label, depth));
 }