That's great, thanks for all the answers.
Andrew I agree it's not the way you'd do it if you were writing a
wxWidgets application. But I guess if, like the examples, you are
writing a console application, then it gives you a mechanism to
interact with the plot.
Phil
On 29 January 2015 at 02:15,
On Wednesday, January 28, 2015 at 22:20:27 (+) Andrew Ross writes:
> On Wed, Jan 28, 2015 at 10:59:04AM -0800, Alan Irwin wrote:
> > On 2015-01-28 13:39- Phil Rosenberg wrote:
> >
> > > Hi All
> > > I am trying to add the plGetCursor functionality into the wxWidgets
> > > driver. It
On Wed, Jan 28, 2015 at 10:59:04AM -0800, Alan Irwin wrote:
> On 2015-01-28 13:39- Phil Rosenberg wrote:
>
> > Hi All
> > I am trying to add the plGetCursor functionality into the wxWidgets
> > driver. It will need to be implemented rather differently to before
> > because of the separation be
On 2015-01-28 13:39- Phil Rosenberg wrote:
> Hi All
> I am trying to add the plGetCursor functionality into the wxWidgets
> driver. It will need to be implemented rather differently to before
> because of the separation between the gui process and the calling
> process. However, looking at the
28, 2015 2:39 PM
> To: plplot-devel@lists.sourceforge.net
> Subject: [Plplot-devel] plGetCursor
>
> Hi All
> I am trying to add the plGetCursor functionality into the wxWidgets driver.
> It will need
> to be implemented rather differently to before because of the separation
&
Hi All
I am trying to add the plGetCursor functionality into the wxWidgets
driver. It will need to be implemented rather differently to before
because of the separation between the gui process and the calling
process. However, looking at the old implementation, the documentation
and the examples la