view enso/graphics/__init__.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 422dc98d3080
children 835c7c35e4c4
line wrap: on
line source

import enso.providers

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

getDesktopSize = _graphics.getDesktopSize