Re: Edit Control

GWRepCami@aol.com
Sat, 28 Dec 1996 02:22:08 -0500

In a message dated 96-12-27 20:50:28 EST, you write:

> But how do I use those messages? I searched through Concepts, Objects,
> Routines, and Quick Reference, and also did a grep through everything in
> INCLUDE and INCLUDE\OBJECTS, but the only other reference I could find was
> in GEOWORKS.H/.DEF, and it was just declared as part of an enum.
>
> I just found the clipsamp app but I don't understand it.

You'll need to understand the clipsamp app and the chapter in [Concepts]
"Clipboard" , in addition:

GWNT_SELECT_STATE_CHANGE, GWNT_UNDO_STATE_CHANGE, refer to the Geoworks
Notification Type that is sent by General Change Notification lists to
objects that register with them, which is what you'll need to do to receive
and handle the messages/data that are sent out by the GCNList mechanism.

Which means you need to check out the chapter in [Concepts] about "GCN".

Lee