Application.getWindowById

Returns the #GtkApplicationWindow with the given ID.

The ID of a #GtkApplicationWindow can be retrieved with gtk.application_window.ApplicationWindow.getId.

class Application
getWindowById
(
uint id
)

Parameters

id uint

an identifier number

Return Value

Type: gtk.window.Window

the window with ID id, or null if there is no window with this ID