diff --git a/src/g_canvas.h b/src/g_canvas.h index e2b6626a4cf4eb7fac446046ccc6ed7e7a0b62bc..afb79cf83a1ad8bf4bc39dab3c7a2b9107171f57 100644 --- a/src/g_canvas.h +++ b/src/g_canvas.h @@ -7,8 +7,8 @@ functions. "Glists" and "canvases" and "graphs" used to be different structures until being unified in version 0.35. A glist occupies its own window if the "gl_havewindow" flag is set. Its -appearance on its "parent" or "owner" (if it has one) is as a graph if -"gl_isgraph" is set, and otherwise as a text box. +appearance on its "parent", also called "owner", (if it has one) is as a graph +if "gl_isgraph" is set, and otherwise as a text box. A glist is "root" if it has no owner, i.e., a document window. In this case "gl_havewindow" is always set.