Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: gchoosertest - Function Up: gchooser - Tool Previous: gchooser - Tool


gchooser - Constructor



Package display
Module widgets
Tool gchooser


Make a gchooser tool


Synopsis
gchooser(parent, labels, x, y, xref, yref, autoref, title, xlabel, ylabel, axes, plottitle, width, height, pad, widgetset)


Arguments

parent Parent frame: optional
Allowed: frame agent
Default: F
labels List of labels
Allowed: Vector of strings
Default: ''
x X positions
Allowed: Numeric vector
Default: []
y Y positions
Allowed: Numeric vector
Default: []
xref X reference
Allowed: Numeric
Default: unset
yref Y reference
Allowed: Numeric
Default: unset
autoref Determine reference position automatically
Allowed: Boolean
Default: F
title Title of widget
Allowed: String
Default: 'Graphical chooser (AIPS++)'
xlabel X axis label
Allowed: String
Default: 'X'
ylabel Y axis label
Allowed: String
Default: 'Y'
axes Type of axis
Allowed: String
Default: ''|'sky'
plottitle Plot title
Allowed: String
Default: ''
width Width of plot frame (pixels)
Allowed: Integer
Default: 500
height Height of plot frame (pixels)
Allowed: Integer
Default: 500
pad Padding around plot (fraction of axis length)
Allowed: Float
Default: 0.15
widgetset Widget server to use
Allowed: A widgetserver closure tool
Default: dws


Returns
gchooser widget


Description
Constructs a gchooser according to the specified construction arguments, and returns a ref to the tool.








next up previous contents index
Next: gchoosertest - Function Up: gchooser - Tool Previous: gchooser - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15