Questions tagged [gdk]

Used to tag things that relate to the GIMP Drawing Kit. The GIMP Drawing Kit is the low-level library that provides platform abstraction for the GTK+ widget toolkit.

Best used to tag things that relate to the GIMP Drawing Kit.

Unfortunately there's some overlap with which deals with the (Google) Glass Development Kit.

317 questions
-2
votes
1 answer

Why not getting `ButtonPressEvent`

I am experimenting a bit with monodevelop/c#/gdk and I was able to create a window with a DrawingArea correctly handling the expose event. The mouse down events however are not dispatched and I don't understand why. The delegates have been set up in…
6502
  • 112,025
  • 15
  • 165
  • 265
-11
votes
1 answer

How simulate a key event with GDK?

I need for an application to generate a key event in order to emulate a keyboard.
1 2 3
21
22