gtk + glxcontext/opengl

2007-06-14 Thread Daren Lee
Hi - I'm developing an OpenGL app on RedHat Linux WS 4 that uses freeglut to manage the underlying windowing system. I'm also using multiple rendering contexts with multi threads. This is my first GTK code and my goal is to use GTK to display a file browser dialog box to open/save files. This is

Disable ALL keybindings for a specific widgit?

2007-06-14 Thread Justin Stallard
Hi, I've looked through the tutorial, faq, API doc, and even google and I can't seem to find out if there's some way to unbind all the keybindings associated with a particular widgit. Is there? What I want to have is this: A GtkEntry that does not respond to "Left", "Right", "Insert", or any othe

How retrieve the selection with gtk?

2007-06-14 Thread eldruida
Hello, and sorry for my English. In the tutorial,http://www.gtk.org/tutorial/x1852.html, there are two examples for handle selections, but I will retrieve data of selection when the selection is made. And i don't find any other examples. Can anybody put a small example, I'm somewhat lost, xD. Th