diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-01 21:34:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-01 21:34:53 -0400 |
| commit | 3fe4c2f1138fed8243844391df5fc55dd5933ae4 (patch) | |
| tree | b5ac7f21f00a0e4b4c7e2069be55046396459a79 | |
| parent | cbf439223bb0015d82779d5675fbd058025624c9 (diff) | |
Control candidates document updates.
| -rw-r--r-- | controlcandidates.md | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
