X-Received: by 2002:a24:d1c2:: with SMTP id w185-v6mr1062882itg.43.1522035645354; Sun, 25 Mar 2018 20:40:45 -0700 (PDT) X-Received: by 2002:a9d:4807:: with SMTP id c7-v6mr153035otf.1.1522035645272; Sun, 25 Mar 2018 20:40:45 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!199-v6no3389850itl.0!news-out.google.com!d3-v6ni2431itf.0!nntp.google.com!199-v6no3389846itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 25 Mar 2018 20:40:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.235.237.124; posting-account=fV4VJgoAAACfosJ88rf3KfCaP7URMbpC NNTP-Posting-Host: 68.235.237.124 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: is there a command that will do show term wxt size From: xlrotor@gmail.com Injection-Date: Mon, 26 Mar 2018 03:40:45 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 19 Xref: csiph.com comp.graphics.apps.gnuplot:3928 Excellent. Is GPVAL_TERM_XSIZE supposed to output the current size of the = plot window, or the size when first created. I'm finding that if the plot = window is resized using the mouse, these output values don't change with Wi= n10, wxt, 5.0.7. But in Windows 7 they do change! That's very strange. M= y Win10 system is a virtual machine, and Win7 is a physical machine. Could= that matter? On Sunday, March 25, 2018 at 8:43:24 PM UTC-4, Ethan Merritt wrote: > On Sun, 25 Mar 2018 15:36:42 -0700, xlrotor wrote: >=20 > > I would like to "show" the current size of a wxt window. Is there a > > command that will do this? >=20 > With a little bit of extra work. >=20 > print GPVAL_TERM_XSIZE / 20 > print GPVAL_TERM_YSIZE / 20 >=20 > Ethan