wxScheduler has not the same L&F but I think is like you want.
If you want the same interface, you are free to modify the rendering code.
wxScheduler main page is here http://www.expobrain.net/wxscheduler.
... but where are wxSchedule.py and wxScheduler*.py?
Demo.py starts with this:
import wxSchedule
import wxScheduler
from wxFrameSchedule import wxFrameSchedule
from wxFrameEvent import FrameEvent
import wx
Thanks.
···
On Mon, 07 Apr 2008 01:22:12 +0200, Expo <expo@expobrain.net> wrote:
All you need to use wxScheudler is wxSchedule.py adn wxScheduler*.py
files. Other files are for the Demo which demostrate component features.
The archive is not organized lika a package, which make some confusion,
but is not a demo, is fully operational.