-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
- Specialized Dialogs
- Progressbar dialog
- File chooser dialog
- Color chooser dialog
- Font chooser dialog
- Synchronous variants (
IupGet[Color|File|Text]
,)IupMessage
Addendum 1:
- Toggle/Radio Buttons/Checkboxes (all seem to be the same control class in IUP)
- Menus (menubars and popup menus)
- Tabbed containers
- Spinners (textbox with decimal value and up/down buttons)
- Sliders (linear control with sliding handle)
- Dropdowns/multi-selects
- Frame
Features that can be relegated to separate crates:
- Canvas drawing (CD backend and OpenGL)
- Other IUP extended controls (matrix, plotter, browser control)
- Tree, just because it's so complex it should have its own crate