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


next up previous contents index
Next: pgplotwidget.settings - Function Up: pgplotwidget - Tool Previous: pgplotwidget.clear - Function


pgplotwidget.message - Function



Package display
Module plotter
Tool pgplotwidget


write in the message line


Synopsis
message(message)


Description
This function sends a message to the message line above the plot area. It is intended for messages which instruct the user in driving the application the widget is embedded in. For example, use it to relay what the mouse or keyboard events are expected.

If you send a message that is more than one line long (i.e. if it has embedded newline characters), a button will appear to the right of the message. Pressing it will display the entire message in a popup window. You should try to arrange multi-line messages so that the first line contains a summary, and subsequent lines contain more detailed instructions. This way frequent users won't have to pop up a new window very often.

Clear the line by sending it an empty string.



Arguments

message   message to write
    Allowed: string




next up previous contents index
Next: pgplotwidget.settings - Function Up: pgplotwidget - Tool Previous: pgplotwidget.clear - Function   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