Commit d2ddb97
committed
Widgets: Added SliderFloatRange2(), SliderIntRange2() for range selection. (#76)
- Two-handle slider for selecting a min/max range
- Middle bar dragging to move both handles together while maintaining range
- Hover highlighting to show which handle will be selected on click
- Ctrl+Click text input with "XXX...YYYY" parsing to set both values
- Per-handle format strings for different precision on each handle
- Optional step parameter for snapping1 parent f538454 commit d2ddb97
4 files changed
+551
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
707 | 710 | | |
708 | 711 | | |
709 | 712 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
977 | 984 | | |
978 | 985 | | |
979 | 986 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2469 | 2469 | | |
2470 | 2470 | | |
2471 | 2471 | | |
| 2472 | + | |
2472 | 2473 | | |
2473 | 2474 | | |
2474 | 2475 | | |
| |||
0 commit comments