Listed issues with adding Slider. Will add that later.
This commit is contained in:
parent
c85f327cb0
commit
84949b52d8
|
@ -6,6 +6,7 @@ WINDOWS
|
||||||
- Status Bar
|
- Status Bar
|
||||||
- Tooltip (should be a property of each control)
|
- Tooltip (should be a property of each control)
|
||||||
- Trackbar for Sliders
|
- Trackbar for Sliders
|
||||||
|
- cannot automatically snap to custom step; need to do it manually
|
||||||
- Tree View
|
- Tree View
|
||||||
- Up-Down Control for Spinners
|
- Up-Down Control for Spinners
|
||||||
- maybe:
|
- maybe:
|
||||||
|
@ -17,6 +18,8 @@ WINDOWS
|
||||||
GTK+
|
GTK+
|
||||||
- GtkNotebook for Tabs
|
- GtkNotebook for Tabs
|
||||||
- GtkScale for Sliders
|
- GtkScale for Sliders
|
||||||
|
- cannot automatically snap to INTEGERS (let alone to custom steps); need to do it manually
|
||||||
|
- natural size is 0x0 for some reason
|
||||||
- GtkSpinButton for Spinners
|
- GtkSpinButton for Spinners
|
||||||
- GtkStatusBar
|
- GtkStatusBar
|
||||||
- GtkToolbar
|
- GtkToolbar
|
||||||
|
|
Loading…
Reference in New Issue