selecting multiple entries from GtkTreeView/GtkTreeModel/GtkTreeStore

2008-01-03 Thread Gorshkov
I've looked in the docs, and I keep going around and around in circles - but I can't for the life of me figure out how to set a TreeView/TreeModel/TreeStore to allow for the selection of multiple entries. I'm pretty sure I'm missing something simple and obvious, but I can't for the life of me f

Re: Mouse wheel events

2008-01-03 Thread Mike Melanson
Tom Trebisky wrote: > Hello, > > I have a GTK 2 application I have been developing that I would like > to have use mouse wheel events. I have a mouse event handler that > gets left and right button events just fine, (being connected to the > button release event). Naturally, it doesn't get a thi

Mouse wheel events

2008-01-03 Thread Tom Trebisky
Hello, I have a GTK 2 application I have been developing that I would like to have use mouse wheel events. I have a mouse event handler that gets left and right button events just fine, (being connected to the button release event). Naturally, it doesn't get a thing when I rotate the center whee

OpenGL interface

2008-01-03 Thread Peter Hildebrandt
Happy new year everyone, I'd like to use opengl in my gtk application. I've come across GtkGLArea [1] and GtkGLExt [2]. The former appears to be undocumented, while the latter is according to the website no longer actively maintained. Which one should I use? Or is there a different soluti

Re: XF86AudioNext

2008-01-03 Thread Tomas Carnecky
Kevin DeKorte wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I'm trying to capture the keypress when a user hits a key like XF86AudioNext > > I have a keyboard handler for my window and I get events for keys like > F10 and 'a' and the Ctrl-x keys, but keys like XF86AudioNex

XF86AudioNext

2008-01-03 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to capture the keypress when a user hits a key like XF86AudioNext I have a keyboard handler for my window and I get events for keys like F10 and 'a' and the Ctrl-x keys, but keys like XF86AudioNext don't seem to be passed at all to my

GTK IM switch by software keyboard

2008-01-03 Thread Bin Chen
Hi, I have ported a new GTK input method module to my platform, the regular steps to switch input method in a GTK+ text widget is to right click the entry point and select the desired input method. Now I want to do all this more simpler, I want to add a button in the software keyboard or a hardwa