1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Fix typo in Component child adding methods

This commit is contained in:
ed 2021-07-28 10:13:10 +01:00
parent ff935c5103
commit ddb59d1361

View file

@ -700,7 +700,7 @@ public:
z-order will be left unchanged.
@param child the new component to add. If the component passed-in is already
the child of another component, it'll first be removed from it current parent.
the child of another component, it'll first be removed from its current parent.
@param zOrder The index in the child-list at which this component should be inserted.
A value of -1 will insert it in front of the others, 0 is the back.
@see removeChildComponent, addAndMakeVisible, addChildAndSetID, getChild, ComponentListener::componentChildrenChanged
@ -718,7 +718,7 @@ public:
z-order will be left unchanged.
@param child the new component to add. If the component passed-in is already
the child of another component, it'll first be removed from it current parent.
the child of another component, it'll first be removed from its current parent.
@param zOrder The index in the child-list at which this component should be inserted.
A value of -1 will insert it in front of the others, 0 is the back.
@see removeChildComponent, addAndMakeVisible, addChildAndSetID, getChild, ComponentListener::componentChildrenChanged
@ -731,7 +731,7 @@ public:
See addChildComponent() for more details.
@param child the new component to add. If the component passed-in is already
the child of another component, it'll first be removed from it current parent.
the child of another component, it'll first be removed from its current parent.
@param zOrder The index in the child-list at which this component should be inserted.
A value of -1 will insert it in front of the others, 0 is the back.
*/
@ -743,7 +743,7 @@ public:
See addChildComponent() for more details.
@param child the new component to add. If the component passed-in is already
the child of another component, it'll first be removed from it current parent.
the child of another component, it'll first be removed from its current parent.
@param zOrder The index in the child-list at which this component should be inserted.
A value of -1 will insert it in front of the others, 0 is the back.
*/