scatter

Scatter

class kivy.uix.scatter.Scatter(**kwargs)
  • do_rotation - bool

  • do_scale - bool

  • do_translation_y - bool

  • scale_min - float

  • scale_max - float

Наследник kivy.uix.widget.Widget

scatter = Scatter()
scatter.add_widget(Button())
Scatter(scale_min=0.5, scale_max=3)
auto_bring_to_front
bbox
do_collide_after_children
do_rotation
do_scale
do_translation
do_translation_x
do_translation_y
add_widget(widget)
apply_transform(trans, post_multiply=False, anchor=(0, 0))
scatter.apply_transform(Matrix().scale(3, 3, 3))
collide_point(x, y)
on_bring_to_front()
on_transform_with_touch()

Warning

дополнить