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.

Notes

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

See also

2024-10-7