Package Things :: Module Stack
[frames] | no frames]

Module Stack

Stack

The stack is a list of marker objects which get popped-off and drawn to the gtk.DrawingArea one after the other. Cairo matrices are set and alpha and clipping is handled according to the type of marker.

Variables
  FOLLOW = 'FOLLOW'
  MASKEND = 'MASKEND'
  THINGEND = 'THINGEND'
  THINGSTART = 'THINGSTART'
  __package__ = 'Things'