Re: where can I find m4 macro AM_PATH_PYTHON

2001-05-09 Thread Patrick Sung
James Henstridge wrote: On Wed, 9 May 2001, Lennon Day-Reynolds wrote: I'm not sure where it *supposed* to come from, but I was able to get a copy of python.m4 (the Automake macro for Python configuration options) from the CVS version of Ammonite. I've attached it in case anyone else

questions about diagram and display (diagram.c, diagramdata.c, display.c, etc)

2001-05-16 Thread Patrick Sung
Hi, I was trying to understand how the display, and diagram works but I am confused at this moment. From diagramdata.h, it definds a Rectangle 'extents' and in display, there is a Rectangle called 'visible'. What is extents used for? Because I saw the code in display.c in ddisplay_scroll()

Re: scrolling on dia, with mouse wheel, scroll tool and keyboard

2001-05-20 Thread Patrick Sung
Cyrille Chepelov wrote: Le dim, mai 20, 2001, à 12:51:48 -0600, Patrick Sung a écrit: The problems is in ddisplay_update_scrollbars() in display.c, an extra area (namely 'extra_border_x' and 'extra_border_y' is added to the entire scrollable (by scroll bar) area (all 4 side). However

Re: scrolling on dia, with mouse wheel, scroll tool and keyboard

2001-05-20 Thread Patrick Sung
Cyrille Chepelov wrote: Le dim, mai 20, 2001, à 03:07:50 -0600, Patrick Sung a écrit: hope this clarify the changes. (ps. you can actually assign extra_border_[xy] to zero and see what will happen) Now I see what you mean. With your changes, we get the scrollbar really proportional