From 874a4b9271c37ec72a6292fa4a045760a43f2b7d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 7 Mar 2014 09:12:15 -0500 Subject: [PATCH] More control candidate information. --- controlcandidates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/controlcandidates.md b/controlcandidates.md index 8963448..c116ae8 100644 --- a/controlcandidates.md +++ b/controlcandidates.md @@ -39,8 +39,10 @@ GTK+ - 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... - - http://stackoverflow.com/questions/3815806/gtk-and-opengl-bindings suggest GtkGLArea is better but that seems to be a Mono thing? also indicates Clutter (with its Cogl) is not an option + - http://stackoverflow.com/questions/3815806/gtk-and-opengl-bindings suggest GtkGLArea is better but that seems to be a Mono thing? also indicates Clutter (with its Cogl) is not an option because it locks you out of using the OpenGL API directly - er no, the Mono thing is just the homepage... but it doesn't say if this targets GTK+ 2 or GTK+ 3, hm. (also it appears to not have been updated since Precise; in Ubuntu it's libgtkgl) + - and gtkglext doesn't support GTK+ 3 officially anyway + - and cairo doesn't seem to support OpenGL explicitly so it looks like I will need to communicate with glx directly: http://stackoverflow.com/questions/17628241/how-can-i-use-gtk3-and-opengl-together COCOA - NSDatePicker for date/time selection