Package: gtk

Function gtk-application-window-by-id

Lambda List

gtk-application-window-by-id (application id)

Arguments

application -- a gtk-application instance
id -- an unsigned integer identifier number

Return Value

The gtk-application-window widget with ID id, or nil if there is no window with this ID.

Details

Returns the application window with the given ID. The ID of an application window can be retrieved with the gtk-application-window-id function.

Note

Both a gtk-window and a gtk-application-window widget can be added to an application, but only a gtk-application-window widget has an ID.
 

See also

2021-9-8