Control candidates document updates.
This commit is contained in:
parent
cbf439223b
commit
3fe4c2f113
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue