Gtk.Button.prototype.get_event_window
function get_event_window():Gdk.Window { // Gjs wrapper for gtk_button_get_event_window() }
Returns the button's event window if it is realized, null otherwise. This function should be rarely needed.
Since 2.22
- Returns
button's event window.