Added more control candidate information.
This commit is contained in:
parent
700cbbec7e
commit
7bbd50467c
|
@ -18,6 +18,7 @@ WINDOWS
|
||||||
- commcntl.h has stuff on a font control that isn't documented?
|
- commcntl.h has stuff on a font control that isn't documented?
|
||||||
|
|
||||||
GTK+
|
GTK+
|
||||||
|
- GtkCalendar for date selection (TODO doesn't handle times)
|
||||||
- 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
|
- cannot automatically snap to INTEGERS (let alone to custom steps); need to do it manually
|
||||||
|
@ -35,6 +36,7 @@ GTK+
|
||||||
- GtkTreeView can do tree views and Tables
|
- GtkTreeView can do tree views and Tables
|
||||||
|
|
||||||
COCOA
|
COCOA
|
||||||
|
- NSDatePicker for date/time selection
|
||||||
- NSOutlineView for tree views
|
- NSOutlineView for tree views
|
||||||
- NSSlider for Sliders
|
- NSSlider for Sliders
|
||||||
- NSStatusBar
|
- NSStatusBar
|
||||||
|
|
Loading…
Reference in New Issue