summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/xml/gui/fpg_tree.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/xml/gui/fpg_tree.xml b/docs/xml/gui/fpg_tree.xml
index 601bcc46..6a69fd64 100644
--- a/docs/xml/gui/fpg_tree.xml
+++ b/docs/xml/gui/fpg_tree.xml
@@ -4,7 +4,7 @@
<module name="fpg_tree">
<short>This unit defines a tree view control</short>
-<descr><p><printshort id="fpg_tree"/>. A tree view displays items in an indented
+<descr><p><printshort id="#fpgui.fpg_tree"/>. A tree view displays items in an indented
outline. The control provides buttons that allow nodes to be expanded and collapsed.
You can include icons with items' text labels and display different icons to
indicate whether a node is expanded or collapsed.</p>
@@ -13,7 +13,7 @@ indicate whether a node is expanded or collapsed.</p>
<element name="TfpgTreeView">
<short>Represents a window that displays a hierachy list of items</short>
-<descr><p><printshort id="TfpgTreeView"/>. Examples of such hierachies can be
+<descr><p><printshort id="#fpgui.fpg_tree.TfpgTreeView"/>. Examples of such hierachies can be
the headings in a document, the entries in a index, or the files and directories
on a disk.</p>
<p>Use TfpgTreeView to add an expanding and contracting outline to a form. Each node
@@ -25,20 +25,20 @@ the user can expand or collapse the associated list of subnodes.</p>
<element name="TfpgTreeView.FullCollapse">
<short>Collapses all the nodes within a tree view control</short>
-<descr><printshort id="TfpgTreeView.FullCollapse"/>. Call FullCollapse to hide
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeView.FullCollapse"/>. Call FullCollapse to hide
all the nodes in the tree view except those at the first level. All node buttons
will change from '-' to '+'.</descr>
<seealso>
- <link id="TfpgTreeView.FullExpand"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeView.FullExpand">TfpgTreeView.FullExpand</link>
</seealso>
</element>
<element name="TfpgTreeView.FullExpand">
<short>Expands all nodes within the tree view control</short>
-<descr><printshort id="TfpgTreeView.FullExpand"/>. Call FullExpand to display
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeView.FullExpand"/>. Call FullExpand to display
all the nodes in the tree view. All node buttons will change from '+' to '-'.</descr>
<seealso>
- <link id="TfpgTreeView.FullCollapse"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeView.FullCollapse">TfpgTreeView.FullCollapse</link>
</seealso>
</element>
@@ -52,54 +52,54 @@ all the nodes in the tree view. All node buttons will change from '+' to '-'.</d
<element name="TfpgTreeView.NextNode">
<short>Return the next node after ANode</short>
-<descr><printshort id="TfpgTreeView.NextNode"/>. This function will step into child
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeView.NextNode"/>. This function will step into child
nodes as well, to return the correct node. It works on the actual nodes in the tree,
and not just the visible nodes in the tree.</descr>
<seealso>
- <link id="TfpgTreeView.PrevNode"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeView.PrevNode">TfpgTreeView.PrevNode</link>
</seealso>
</element>
<element name="TfpgTreeView.PrevNode">
<short>Return the previous node starting from ANode</short>
-<descr><printshort id="TfpgTreeView.PrevNode"/>. This function will step into child
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeView.PrevNode"/>. This function will step into child
nodes as well, to insure it returns the correct node. It works on the actual nodes
in the tree, and not just on the visible nodes.</descr>
<seealso>
- <link id="TfpgTreeView.NextNode"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeView.NextNode">TfpgTreeView.NextNode</link>
</seealso>
</element>
<element name="TfpgTreeview.NextVisualNode">
<short>Return the next visible node starting from ANode</short>
-<descr><printshort id="TfpgTreeview.NextVisualNode"/>. This works exactly the same
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.NextVisualNode"/>. This works exactly the same
as <var>NextNode</var> function, but this time it only acts on nodes that are visible.</descr>
<seealso>
- <link id="TfpgTreeview.NextNode"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeview.NextNode">TfpgTreeview.NextNode</link>
</seealso>
</element>
<element name="TfpgTreeview.PrevVisualNode">
<short>Return the previous visible node starting from ANode</short>
-<descr><printshort id="TfpgTreeview.PrevVisualNode"/>. This works exactly the same
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.PrevVisualNode"/>. This works exactly the same
as <var>PrevNode</var> function, but this time it only acts on nodes that are visible.</descr>
<seealso>
- <link id="TfpgTreeview.PrevNode"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeview.PrevNode">TfpgTreeview.PrevNode</link>
</seealso>
</element>
<element name="TfpgTreeview.Font">
<short>This gives you read access to the internal Font resource</short>
-<descr><printshort id="TfpgTreeview.Font"/>. If you want to change the font used
-in the tree view, use the <link id="TfpgTreeview.FondDesc">FondDesc</link> property instead.</descr>
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.Font"/>. If you want to change the font used
+in the tree view, use the <link id="#fpgui.fpg_tree.TfpgTreeview.FondDesc">FondDesc</link> property instead.</descr>
<seealso>
- <link id="TfpgTreeview.FontDesc"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeview.FontDesc">TfpgTreeview.FontDesc</link>
</seealso>
</element>
<element name="TfpgTreeview.RootNode">
<short>Returns the first node of the tree where all other nodes branch from</short>
-<descr><printshort id="TfpgTreeview.RootNode"/>. This node is not a visible node, and
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.RootNode"/>. This node is not a visible node, and
is the internal node all other nodes in the tree branches from.</descr>
</element>
@@ -116,31 +116,31 @@ expanded, so the tree view will trigger the OnExpand event as well.</p></descr>
<element name="TfpgTreeview.ImageList">
<short>Refers to the image list associated with the tree view</short>
-<descr><printshort id="TfpgTreeview.ImageList"/>. Use the <var>ImageList</var> to
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.ImageList"/>. Use the <var>ImageList</var> to
provide a customised list of bitmaps that can be displayed with the node's text. Use
-the node's <link id="TfpgTreeNode.ImageIndex">ImageIndex</link> property to specify the
+the node's <link id="#fpgui.fpg_tree.TfpgTreeNode.ImageIndex">ImageIndex</link> property to specify the
bitmap that must be painted next to the node's text.</descr>
<seealso>
- <link id="TfpgTreeNode.ImageIndex"/>
+ <link id="#fpgui.fpg_tree.TfpgTreeNode.ImageIndex">TfpgTreeNode.ImageIndex</link>
</seealso>
</element>
<element name="TfpgTreeview.PopupMenu">
<short>Identifies the pop-up menu associated with the tree view</short>
-<descr><printshort id="TfpgTreeview.PopupMenu"/>. Assign a value to <var>PopupMenu</var>
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.PopupMenu"/>. Assign a value to <var>PopupMenu</var>
to make a popup-menu appear when the user selects the control and clicks the right mouse
button.</descr>
</element>
<element name="TfpgTreeview.DefaultColumnWidth">
<short>Is the default with of columns displayed in the tree view</short>
-<descr><p><printshort id="TfpgTreeview.DefaultColumnWidth"/>.</p>
+<descr><p><printshort id="#fpgui.fpg_tree.TfpgTreeview.DefaultColumnWidth"/>.</p>
<remark>There is basic column support, but this is still very experimental.</remark></descr>
</element>
<element name="TfpgTreeview.FontDesc">
<short>Specifies the font used for the tree view</short>
-<descr><printshort id="TfpgTreeview.FontDesc"/>. You can specify the font name and size
+<descr><printshort id="#fpgui.fpg_tree.TfpgTreeview.FontDesc"/>. You can specify the font name and size
in the format <var>fontname-size:attributes</var>, or you can use any of the font
aliases that has been setup. A font alias is a short name for some specific font, font size
and attribute all in one. A font alias is in the format <var>#aliasname</var>.</descr>