summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-07 02:00:28 -0500
committerPietro Gagliardi <[email protected]>2014-03-07 02:00:28 -0500
commit0e39375676a57b956b0fad11f0d5ad0d904627d8 (patch)
tree0e298e5c4fbce8ec15885f12cb1d2099d49e8982
parent5a93c83d0d8114e590a87422c8edaf97766c07df (diff)
Added more notes to the control candidates document.
-rw-r--r--controlcandidates.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/controlcandidates.md b/controlcandidates.md
index ff6f0d8..85a8081 100644
--- a/controlcandidates.md
+++ b/controlcandidates.md
@@ -17,6 +17,8 @@ WINDOWS
- TODO
- 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
+- notes to self:
+ - OpenGL: http://msdn.microsoft.com/en-us/library/windows/desktop/dd374379%28v=vs.85%29.aspx
GTK+
- GtkCalendar for date selection (TODO doesn't handle times)
@@ -35,6 +37,8 @@ GTK+
- notes to self:
- groupbox is GtkFrame
- 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
- NSDatePicker for date/time selection