Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.11 KB

advanced_selection.rst

File metadata and controls

64 lines (39 loc) · 1.11 KB
orphan

Widget selection effects

Core Class

pygame_menu.widgets.core.selection

pygame_menu.widgets.core.Selection

Highlight Selection

pygame_menu.widgets.selection.highlight

pygame_menu.widgets.HighlightSelection

Left Arrow Selection

pygame_menu.widgets.selection.left_arrow

pygame_menu.widgets.LeftArrowSelection

None Selection

pygame_menu.widgets.selection.none

pygame_menu.widgets.NoneSelection

Right Arrow Selection

pygame_menu.widgets.selection.right_arrow

pygame_menu.widgets.RightArrowSelection

Simple Selection

pygame_menu.widgets.selection.simple

pygame_menu.widgets.SimpleSelection