summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 08:29:32 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 08:29:32 -0500
commitc85f327cb0f741b578a60fd928196bdd91bb8121 (patch)
tree3e00a2accdb2f3bcfec4304eb9f75c2404d7ab54
parenta8bd21fe9598354771da6a4d7c3dd253d44fb721 (diff)
Updated candidates list now that ProgressBar is added.
-rw-r--r--controlcandidates.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/controlcandidates.md b/controlcandidates.md
index 975bc02..ba3c5af 100644
--- a/controlcandidates.md
+++ b/controlcandidates.md
@@ -1,7 +1,6 @@
WINDOWS
- DateTime Picker
- ListView for Tables
-- Progress Bar
- either Property Sheets or Tabs for Tabs
- either Rebar or Toolbar for Toolbars
- Status Bar
@@ -17,7 +16,6 @@ WINDOWS
GTK+
- GtkNotebook for Tabs
-- GtkProgressBar
- GtkScale for Sliders
- GtkSpinButton for Spinners
- GtkStatusBar
@@ -33,7 +31,6 @@ GTK+
COCOA
- NSOutlineView for tree views
-- NSProgressIndicator for ProgressBar
- NSSlider for Sliders
- NSStatusBar
- NSStepper for Spinners
@@ -52,5 +49,6 @@ COCOA
- editable combobox is NSCombobox
- don't look at NSForm; though it arranges in the ideal form layout, it only allows single-line text entry fields as controls
- NSSecureTextField does password entries
+ - NSProgressIndicator for ProgressBar
- TODO:
- what does NSPathControl look like?