summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 13:13:23 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 13:13:23 -0500
commit84949b52d877088e74edc0dca5549d50428573f0 (patch)
treee27673595552b060e01544eba258363097d4f5e2
parentc85f327cb0f741b578a60fd928196bdd91bb8121 (diff)
Listed issues with adding Slider. Will add that later.
-rw-r--r--controlcandidates.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/controlcandidates.md b/controlcandidates.md
index ba3c5af..6d36a97 100644
--- a/controlcandidates.md
+++ b/controlcandidates.md
@@ -6,6 +6,7 @@ WINDOWS
- Status Bar
- Tooltip (should be a property of each control)
- Trackbar for Sliders
+ - cannot automatically snap to custom step; need to do it manually
- Tree View
- Up-Down Control for Spinners
- maybe:
@@ -17,6 +18,8 @@ WINDOWS
GTK+
- GtkNotebook for Tabs
- 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
- GtkStatusBar
- GtkToolbar