From: <kr_...@us...> - 2003-11-15 10:34:16
|
Update of /cvsroot/htoolkit/gio In directory sc8-pr-cvs1:/tmp/cvs-serv1675 Modified Files: makefile Log Message: Extended StatusBar API. Added support for tooltips for menu items Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/gio/makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** makefile 6 Oct 2003 19:04:50 -0000 1.16 --- makefile 15 Nov 2003 10:34:13 -0000 1.17 *************** *** 34,38 **** GIO/CommonDialogs.hs GIO/Controls.hs \ GIO/Messages.hs GIO/Process.hs \ ! GIO/ToolBar.hs \ GIO.hs \ --- 34,38 ---- GIO/CommonDialogs.hs GIO/Controls.hs \ GIO/Messages.hs GIO/Process.hs \ ! GIO/ToolBar.hs GIO/StatusBar.hs \ GIO.hs \ |