pyquibbler.GraphicsUpdateType

class pyquibbler.GraphicsUpdateType(value)

Options for specifying when to refresh a graphics quib.

__init__()

Attributes

DRAG

Refresh immediately as graphics object are dragged ('drag').

DROP

Refresh at end of dragging, upon mouse drop ('drop').

CENTRAL

Do not refresh automatically; only refresh upon explicit refresh_graphics command ('central').

NEVER

Do not refresh ('never').