From 3fe4c2f1138fed8243844391df5fc55dd5933ae4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 1 Apr 2014 21:34:53 -0400 Subject: [PATCH] Control candidates document updates. --- controlcandidates.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controlcandidates.md b/controlcandidates.md index 1454b3e..98df54c 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -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 - notes to self: - 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+ - GtkCalendar for date selection (TODO doesn't handle times)