askToQuit {iSPlot} | R Documentation |
askToQuit opens a gtk window that asks the user if they want to quit using interactive scatterplots. askToQuit is called when the quit menu item under the file menu has been chosen. If yes is chosen, then all gtk windows will be closed.
askToQuit()
Elizabeth Whalen
if (interactive()) { createControlWindow() # should choose 'quit' under file menu to call askToQuit askToQuit() }