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
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
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
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
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
-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
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