Added more control candidate information.

This commit is contained in:
Pietro Gagliardi 2014-02-25 17:55:12 -05:00
parent 700cbbec7e
commit 7bbd50467c
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ WINDOWS
- commcntl.h has stuff on a font control that isn't documented?
GTK+
- GtkCalendar for date selection (TODO doesn't handle times)
- GtkNotebook for Tabs
- GtkScale for Sliders
- 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
COCOA
- NSDatePicker for date/time selection
- NSOutlineView for tree views
- NSSlider for Sliders
- NSStatusBar