mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

vis/directgraphics/

mg_window.pro


Routines

top mg_window

mg_window [, index] [, xsize=long] [, ysize=long] [, dimensions=lonarr(2)] [, xpos=long] [, ypos=long] [, location=lonarr(2)] [, /inches] [, /pixels] [, identifier=long] [, _extra=keywords]

Creates a "window" of the given size on the current device.

Parameters

index in optional type=long

Keywords

xsize in optional type=long

xsize of the window in centimeters

ysize in optional type=long

ysize of the window in centimeters

dimensions in optional type=lonarr(2)

alternative to XSIZE and YSIZE

xpos in optional type=long

offset of the window in the horizontal direction from the lower left corner

ypos in optional type=long

offset of the window in the vertical direction from the lower left corner

location in optional type=lonarr(2)

alternative to XPOS and YPOS

inches in optional type=boolean

set to specify the XSIZE, YSIZE, XPOS, and YPOS in inches

pixels in optional type=boolean

set to specify the XSIZE, YSIZE, XPOS, and YPOS in pixels

identifier out optional type=long

set to a named variable to get the window identifier if the current device is WIN or X

_extra in optional type=keywords

keywords to the WINDOW routine

Other attributes

Todo:

need to handle XPOS/YPOS/LOCATION for PS device

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 86
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.