view enso/graphics/transparentwindow.py @ 31:5e4c680f49a3

Added a prototype 'provider' framework to allow the Enso core to connect with platform-specific modules such as enso_osx. Also created a scripts/run_enso.py script, which doesn't currently work because of some annoying font issues which will be fixed soon.
author Atul Varma <varmaa@toolness.com>
date Sun, 24 Feb 2008 11:37:55 -0600
parents 203d6a15652c
children 835c7c35e4c4
line wrap: on
line source

import enso.providers

_graphics = enso.providers.getInterface( "graphics" )

# Import the TransparentWindow class into our namespace.
TransparentWindow = _graphics.TransparentWindow