This helper is used to simplify working with settings GUIs. Extends Listing_Standard
to have additional functionality.
- Works with labels and numericals for text fields, checkboxes, radioboxes, and sliders
- Add label lines
- Add list of radio boxes
- Add horizontal line
- Utilities for splitting rectangles
- Color picker utility for providing UI for picking a color (credits to KaimeV)
- Need more/better default values, parameters
- Radio boxes and other lists need more helpers
- First version of this was ModWindowHelper which used it's own helper for keeping track of position in the UI.
- Erdelf for the original examples and continued suggestions towards documentation.
- KiameV for original ColorPicker.
- Fluffy for new ColourPicker