- // VZ: we don't want GDK_NO_EXPOSE events because for some reason our
- // toolbar buttons get them (it doesn't happen in a standalone GTK+ program
- // for unknown reasons) and it prevents tooltips from appearing.
- gtk_widget_set_events( GTK_WIDGET(item),
- gtk_widget_get_events( GTK_WIDGET(item) ) &
- ~GDK_EXPOSURE_MASK);