Roger Whitney wrote:
> At least in the Mac OS when make a change in a window the application
> marks the window as dirty (contains a change). The Mac OS indicates
> this by drawing a small dark dot in the red circle in the upper left
> corner of the window. Is there anyway for a VisualWorks 7.1 GUI
> application to do this?
Not that I am aware of, but if you know how to create DLLCC code it
should be pretty trivial to roll your own.
The Carbon libraries provide IsWindowModified() and SetWindowModified()
to manage visibility of the dot.
See here for an example:
http://www.declaresub.com/ideclare/Windows/1.htmlR
-
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc