Application.getWindowById

Returns the gtk.ApplicationWindow with the given ID.

The ID of a gtk.ApplicationWindow can be retrieved with Application.windowGetId.

class Application
getWindowById
(
uint id
)

Parameters

id uint

an identifier number

Return Value

Type: Window

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

Meta