From: <sir...@us...> - 2003-02-28 21:31:58
|
Update of /cvsroot/btplusplus/BT++/src/Images In directory sc8-pr-cvs1:/tmp/cvs-serv28244/src/Images Modified Files: Grid_Arrow.gif Log Message: The grid has been replaced by a class derived fro wxScrolledWindow, implementing everything by hand in Python and using double buffering. Not everything is working yet(but most of it) and the buffering is not yet working correctly. But flickering is already reduced and since I now paint the whole thing myself I can make(have made) it look better than the standard wxWindows grid. Index: Grid_Arrow.gif =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/Images/Grid_Arrow.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvstcIgMB and /tmp/cvseFsYh3 differ |