Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Ethan Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: is there a command that will do show term wxt size Date: Mon, 26 Mar 2018 00:43:23 -0000 (UTC) Organization: A noiseless patient Spider Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 26 Mar 2018 00:43:23 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="8d9831ed596e7de832defe5e52a57cd3"; logging-data="31369"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+RjFz/8bRu3TAcdx8Ua8nS" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:xL27B0xJ9EUpSRNDfAqNFua3QD0= Xref: csiph.com comp.graphics.apps.gnuplot:3926 On Sun, 25 Mar 2018 15:36:42 -0700, xlrotor wrote: > I would like to "show" the current size of a wxt window. Is there a > command that will do this? With a little bit of extra work. print GPVAL_TERM_XSIZE / 20 print GPVAL_TERM_YSIZE / 20 Ethan