[vtk-developers] Missing [window close] in vtkCocoaRenderWindow

David Gobbi david.gobbi at gmail.com
Fri Feb 19 15:08:54 EST 2010


I have a question for the Cocoa developers out there.  The
vtkCocoaRenderWindow never calls "close" on the NSWindow.  All the
other platform-specific vtkRenderWindow implementations close their
window in their DestroyWindow() method, but not vtkCocoaRenderWindow.
Is there a reason for this?

I'm looking for a way to close the window, but the only ways that I
can find are to (1) press the "close" button in the title bar or (2)
terminate the application.

Any assistance is appreciated.

   David



More information about the vtk-developers mailing list