Horizontal rule
This widget draws a horizontal rule line, like the classic html rule below this sentence.
This allows one to subdivide spaces a bit nicer. The last parameter of the widget is whether or not to apply rounding. If set to true, it will apply rounding, so the line always appears to be rounded off, the "pill shape". The height is automatically determined by the current row height. I didn't want to create a rule.c just for this, so I included it at the end of nuklear_window.c and the definition+documentation in Window section of nuklear.h.
Thanks @FrostKiwi ! This is looking good
Actually, could we make use of the horizontal bar in one of the demos?
Could we get this merged? I can add an example to the demo if nobody wants to do it.
Actually, could we make use of the horizontal bar in one of the demos?
Adding example to OVERVIEW
@RobLoach @yukyduky
Added a showcase to the Overview kitchen-sink demo.
This is fantastic. Thanks so much, all.