Updated candidates list now that ProgressBar is added.
This commit is contained in:
parent
a8bd21fe95
commit
c85f327cb0
|
@ -1,7 +1,6 @@
|
||||||
WINDOWS
|
WINDOWS
|
||||||
- DateTime Picker
|
- DateTime Picker
|
||||||
- ListView for Tables
|
- ListView for Tables
|
||||||
- Progress Bar
|
|
||||||
- either Property Sheets or Tabs for Tabs
|
- either Property Sheets or Tabs for Tabs
|
||||||
- either Rebar or Toolbar for Toolbars
|
- either Rebar or Toolbar for Toolbars
|
||||||
- Status Bar
|
- Status Bar
|
||||||
|
@ -17,7 +16,6 @@ WINDOWS
|
||||||
|
|
||||||
GTK+
|
GTK+
|
||||||
- GtkNotebook for Tabs
|
- GtkNotebook for Tabs
|
||||||
- GtkProgressBar
|
|
||||||
- GtkScale for Sliders
|
- GtkScale for Sliders
|
||||||
- GtkSpinButton for Spinners
|
- GtkSpinButton for Spinners
|
||||||
- GtkStatusBar
|
- GtkStatusBar
|
||||||
|
@ -33,7 +31,6 @@ GTK+
|
||||||
|
|
||||||
COCOA
|
COCOA
|
||||||
- NSOutlineView for tree views
|
- NSOutlineView for tree views
|
||||||
- NSProgressIndicator for ProgressBar
|
|
||||||
- NSSlider for Sliders
|
- NSSlider for Sliders
|
||||||
- NSStatusBar
|
- NSStatusBar
|
||||||
- NSStepper for Spinners
|
- NSStepper for Spinners
|
||||||
|
@ -52,5 +49,6 @@ COCOA
|
||||||
- editable combobox is NSCombobox
|
- 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
|
- 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
|
- NSSecureTextField does password entries
|
||||||
|
- NSProgressIndicator for ProgressBar
|
||||||
- TODO:
|
- TODO:
|
||||||
- what does NSPathControl look like?
|
- what does NSPathControl look like?
|
||||||
|
|
Loading…
Reference in New Issue