BroadwayRenderer
-
class BroadwayRenderer(**properties: Any)
Superclasses: Renderer
, Object
A Broadway based renderer.
See Renderer
.
Constructors
-
class BroadwayRenderer
-
classmethod new() → Renderer
Creates a new Broadway renderer.
The Broadway renderer is the default renderer for the broadway backend.
It will only work with broadway surfaces, otherwise it will fail the
call to realize()
.
This function is only available when GTK was compiled with Broadway
support.