Control candidates document updates.

This commit is contained in:
Pietro Gagliardi 2014-04-01 21:34:53 -04:00
parent cbf439223b
commit 3fe4c2f113
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ WINDOWS
- 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: - notes to self:
- OpenGL: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374379%28v=vs.85%29.aspx - OpenGL: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374379%28v=vs.85%29.aspx
- don't use ES_NUMBER for number-only text boxes, as "it is still possible to paste non-digits into the edit control." (though a commenter on MSDN says that's wrong?)
- might want to just have spinners and not numeric text boxes???
- TODO
- add LBS_NOINTEGRALHEIGHT to our regular listboxes?
GTK+ GTK+
- GtkCalendar for date selection (TODO doesn't handle times) - GtkCalendar for date selection (TODO doesn't handle times)