Added more notes to the control candidates document.

This commit is contained in:
Pietro Gagliardi 2014-03-07 02:00:28 -05:00
parent 5a93c83d0d
commit 0e39375676
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ WINDOWS
- TODO - TODO
- commcntl.h has stuff on a font control that isn't documented? - commcntl.h has stuff on a font control that isn't documented?
- actually not a control, but localization support: http://msdn.microsoft.com/en-us/library/windows/desktop/bb775454%28v=vs.85%29.aspx - actually not a control, but localization support: http://msdn.microsoft.com/en-us/library/windows/desktop/bb775454%28v=vs.85%29.aspx
- notes to self:
- OpenGL: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374379%28v=vs.85%29.aspx
GTK+ GTK+
- GtkCalendar for date selection (TODO doesn't handle times) - GtkCalendar for date selection (TODO doesn't handle times)
@ -35,6 +37,8 @@ GTK+
- notes to self: - notes to self:
- groupbox is GtkFrame - groupbox is GtkFrame
- GtkTreeView can do tree views and Tables - GtkTreeView can do tree views and Tables
- OpenGL is done outside GTK+: https://projects.gnome.org/gtkglext/
- only an issue if I want to provide OpenGL by default...
COCOA COCOA
- NSDatePicker for date/time selection - NSDatePicker for date/time selection