Variable: idlwave-shell-graphics-window-size
idlwave-shell-graphics-window-size is a customizable variable defined
in idlw-shell.el.gz.
Value
(500 400)
Documentation
Size of IDL graphics windows popped up by special IDLWAVE command.
The command is \C-c C-d C-f and accepts as a prefix the window nr.
A command like WINDOW,N,xsize=XX,ysize=YY is sent to IDL.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defcustom idlwave-shell-graphics-window-size '(500 400)
"Size of IDL graphics windows popped up by special IDLWAVE command.
The command is \\`C-c C-d C-f' and accepts as a prefix the window nr.
A command like `WINDOW,N,xsize=XX,ysize=YY' is sent to IDL."
:group 'idlwave-shell-general-setup
:type '(list
(integer :tag "x size")
(integer :tag "y size")))