gdkevents: Remove gtk_widget_set_events mention

Doesn't exist anymore.
This commit is contained in:
Timm Bäder 2017-10-19 16:58:19 +02:00
parent 09750f9937
commit 73b52665e6

View File

@ -46,7 +46,7 @@ G_BEGIN_DECLS
* The event structures contain data specific to each type of event in GDK.
*
* > A common mistake is to forget to set the event mask of a widget so that
* > the required events are received. See gtk_widget_set_events().
* > the required events are received.
*/