diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 14:26:32 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 14:26:32 -0500 |
| commit | 68260e0509b1fd5feaacc165986bf257f89fe4b2 (patch) | |
| tree | 498207a42770106be14dbb049b47480eb7d5cb94 | |
| parent | 1a4e10f18dcc83a49a59ee7d0e9edc068cfae53b (diff) | |
Added platform notes on sliders and spinners.
| -rw-r--r-- | controlcandidates.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/controlcandidates.md b/controlcandidates.md index 6d36a97..caf8e96 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -55,3 +55,25 @@ COCOA - NSProgressIndicator for ProgressBar - TODO: - what does NSPathControl look like? + +# Slider Capabilities +Capability | Windows | GTK+ | Cocoa +-|-|-|- +Data Type | int | float | TODO +Can Simulate ints? | yes | TODO | TODO +Mouse Step Snap | 1, fixed | something; likely 0.1 but not sure | TODO +Keyboard Step Snap | configurable | configurable | TODO +Current Value Display | tooltip during drag | label, always visible | TODO +Ticks | configurable display, configurable interval | TODO | TODO +Can Catch Mouse Events to Snap? | I think this is how to do it | TODO | TODO +Preferred Size | given in UI guidelines | natural: 0x0; minimum: TODO | TODO + +# Spinner Capabilities +Capability | Windows | GTK+ | Cocoa +-|-|-|- +Data Type | int | float | TODO +Can Simulate ints? | yes | yes | TODO +Mouse Step Snap | 1, fixed | configurable | TODO +Keyboard Step Snap | 1, fixed | configurable (uses same value as mouse) | TODO +Can Catch Events To Snap? | TODO | no need | TODO +Preferred Size | TODO | TODO | TODO |
