[Ongui-dev] ongui source
Status: Alpha
Brought to you by:
robinrowe
|
From: Mike D. <mi...@cs...> - 2004-02-25 16:50:14
|
Robin, Just posted ongui-0.1.1.tar.gz to the developers' attic. You should be able to ./configure;make it. It requires you have glib 2.0 and gdk 2.0 installed. The test/ directory contains a test application. Current version is very simple. There's a Window class, a Label class, and the common base class Widget. I used the namespace OnGui to wrap everything. The only event currently handled is GDK_EXPOSE. Some obvious needs are: style (for colors) and containers and layout management. Also, I think I remember you stating that you'd like each widget to have its own event window. The current Label class uses its parent window; that's easily changed, though. Please critique anything and everything. Thanks! -m |