Commit Graph

2 Commits

Author SHA1 Message Date
Maelkum 51e3e89ae5 Function for Appending multiple controls at once
Append() adds one control at a time, while it is a common
use-case that a user wants to add several controls. This
leads to the unnecessary repetion of a single function call.

AppendMultiple() appends controls as non-stretchy, while
AppendMultipleEx() allows boolean to explicitely specify
the type of control.

Standard Append() was changed to use AppendMultipleEx() too.
2018-07-23 21:19:56 +02:00
Pietro Gagliardi 9da1e956b9 Added Box. Phew! Now to port over the libui test program... 2015-12-12 20:15:14 -05:00