Make sure all resources are described *somewhere*. A lot of them are
listed as modified, but are not actually defined anywhere. Fix this.

Talk to people who wanted to use my lang thingy.

Make sure that all .object entries have the correct resource names. e.g., that they
include the complete resource path.

NewLayout still has the bug.

Look into justification resource for labels/buttons. Quark. Quark.h++ Quark.cc

Perhaps Cvo_MenuLabel should have a resource for compaction of menu
entries.

Add new resource default values, descriptions for all objects.

Make sure all handler functions are explained well - what the
arguments passed are. Cvo_MenuItem, Cvo_MenuEntry, etc.

Check which objects should send a CvoDismissedEvent : object gets
destroyed, but programmer has no way to tell, currently.

Use AssociatedData to do SetData()/GetData() at the Cvo_Object level.
Make a new AssociateData type, like CLIENT. This way, all objects can
associate a piece of (void *) data. Check objects for the SetData()
and GetData() functions, and migrate them back into Cvo_Object if
they all use (void *) type.

Elaborate on using Drawing functions, chamfer, etc. Need to place in 
exposure handler. Cannot use before object is Mapped.

Note setting colors. Use resources like:
    *foo*Color*Background: red

How does one use the Cvo_Pixmap? Must copy to another object to use
it. Document this.

Explain wide characters (wchar_t).

Should I document Cvo_Vi? Or should it be an example for Cvo_Shell?

Flesh out: Cvo_CRT (translations)
	   Cvo_Image (what is ccp argument for XPM pixmap?)
	   Cvo_ImageButton (check statement about color images not being
	       displayable on a monochrome display, DeleteOnExit() member)
	   Cvo_Iwin (major work)
	   Cvo_LayoutWindow (NewLayout)
	   Cvo_PinUp (CvoDismissedEvent)
	   Cvo_Pixmap (how to copy to visible window, DrawStrings width argument?,
	       Draw*Chamfer() amount argument)
           Cvo_RootedList (member functions)
	   Cvo_TextPage (member functions)
	   Cvo_Tree (more member functions?)
	   Cvo_TreeNode (edit descriptions)
	   Cvo_TreeViewPort (edit descriptions)
	   Cvo_WindowViewPort (should this be created by users?)
           Cvo_Object (registration, SendEvent, dontSink resource, etc.)
           Cvo_Text (check the deferred ANSI codes)

Document:  Cvo_ExpandPage
	   Cvo_LabelMatrixViewPort
