This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdk_event_key_state


Helmut Eller <e9626484@stud3.tuwien.ac.at> writes:

> there is a small bug in the definition for gtk_event_key_state.  It
> should look like: 
> 
>   (define-func gdk_event_key_state
>     GdkModifierType   ;; was bool 
>     ((GdkEvent event)))

Thanks!  This should be fixed in CVS already.  Please use
gdk_event_state instead of gdk_event_key_state.  gdk_event_state works
also for button events in addition to key events.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]