











2
7



2




















MainView.HSplitTop(20.0f, &Label, &MainView);
Label.VSplitLeft(280.0f, &Label, &Dummy);
Label.VSplitLeft(230.0f, &Label, 0);

CUIRectHSplitTop, you can split the rectangle in two other rectangles, with a horizontal line between them

MainView.HSplitTop(20.0f, &Label, &MainView) takes the MainView rectangle, splits off 20 pixels (?) at the top, and returns the resulting rectangles in Label (the top one) and MainView (the bottom one)











cl_skin_prefix or so, and then the checkboxes can change that to kitty or coala, respectively



DoButton_CheckBox is the ID, I thinkint DoButton_CheckBox(const void *pID, const char *pText, int Checked, const CUIRect *pRect);

Dummy Settings column?



