Method

GtkButtonget_event_window

since: 2.22

Declaration [src]

GdkWindow*
gtk_button_get_event_window (
  GtkButton* button
)

Description [src]

Returns the button’s event window if it is realized, NULL otherwise. This function should be rarely needed.

Available since: 2.22

Return value

Type: GdkWindow

button’s event window.

The returned data is owned by the instance.