Application.getWindowById

Returns the [class@Gtk.ApplicationWindow] with the given ID.

The ID of a GtkApplicationWindow can be retrieved with [method@Gtk.ApplicationWindow.get_id].

class Application
getWindowById
(
uint id
)

Parameters

id uint

an identifier number

Return Value

Type: Window

the window for the given id

Meta