MainView.HSplitTop(20.0f, &Label, &MainView);
Label.VSplitLeft(280.0f, &Label, &Dummy);
Label.VSplitLeft(230.0f, &Label, 0);
CUIRect
HSplitTop
, you can split the rectangle in two other rectangles, with a horizontal line between themMainView.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
, respectivelyDoButton_CheckBox
is the ID, I thinkint DoButton_CheckBox(const void *pID, const char *pText, int Checked, const CUIRect *pRect);
Dummy Settings
column?