Rendering

Composite

mypygui.core.services.Composites.Composite.Composite

Composite.canvas

Composite.canvas
tkinter.Canvas
The canvas associated with the composite

Composite.composited_element

Composite.composited_element
RenderNode __link__
The render node for which the composite is made

Composite.scroll_y

Composite.scroll_y
(amount) → None
Scrolls in the y direction
Parameters
  • amount : int
    The amount by which the composite should be scrolled

Composite.scroll_x

Composite.scroll_x
(amount) → None
Scrolls in the x direction
Parameters
  • amount : int
    The amount by which the composite should be scrolled
Returns:

TODO