Re: [gtk-list] Re: Can DrawingArea produce key press event?




On Tue, 10 Aug 1999, Cody Russell wrote:
> 
> Yeah, this is easy enough. You need to create a GTK event box and then add
> your drawing area to it, something like:
>

Or you could just gtk_widget_set_events() on the drawing area
itself (use gtk_widget_add_events() to avoid removing events).

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]