From: <kr_...@us...> - 2004-05-12 20:42:56
|
Update of /cvsroot/htoolkit/gio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5356/gio Modified Files: makefile Log Message: This is a major rewrite of menu and toolbar support. The main feature is that the new API provides action based menu and toolbar. The another advantage is that now the code is more simpler and shorter. The low lever API is implemented only under Linux for now. Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/gio/makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** makefile 23 Nov 2003 16:29:13 -0000 1.18 --- makefile 12 May 2004 20:42:16 -0000 1.19 *************** *** 31,38 **** GIO/Bitmap.hs GIO/Canvas.hs \ GIO/Events.hs GIO/Timer.hs GIO/Layout.hs \ ! GIO/Window.hs GIO/Menu.hs \ ! GIO/CommonDialogs.hs GIO/Controls.hs \ ! GIO/Messages.hs GIO/Process.hs \ GIO/ToolBar.hs GIO/StatusBar.hs \ GIO.hs \ --- 31,38 ---- GIO/Bitmap.hs GIO/Canvas.hs \ GIO/Events.hs GIO/Timer.hs GIO/Layout.hs \ ! GIO/Window.hs GIO/CommonDialogs.hs GIO/Controls.hs \ ! GIO/MenuType.hs GIO/Action.hs GIO/Menu.hs \ GIO/ToolBar.hs GIO/StatusBar.hs \ + GIO/Messages.hs GIO/Process.hs \ GIO.hs \ |