mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Fixed a documentation typo
This commit is contained in:
parent
26697f2421
commit
ac44306a4c
1 changed files with 3 additions and 3 deletions
|
|
@ -141,8 +141,8 @@ public:
|
|||
a lot more CPU to operate (and might not even be possible on some platforms).
|
||||
|
||||
If the component is inside a parent component at the time this method is called, it
|
||||
will be first be removed from that parent. Likewise if a component on the desktop
|
||||
is subsequently added to another component, it'll be removed from the desktop.
|
||||
will first be removed from that parent. Likewise if a component is on the desktop
|
||||
and is subsequently added to another component, it'll be removed from the desktop.
|
||||
|
||||
@param windowStyleFlags a combination of the flags specified in the
|
||||
ComponentPeer::StyleFlags enum, which define the
|
||||
|
|
@ -151,7 +151,7 @@ public:
|
|||
in which the juce component should place itself. On Windows,
|
||||
this would be a HWND, a HIViewRef on the Mac. Not necessarily
|
||||
supported on all platforms, and best left as 0 unless you know
|
||||
what you're doing
|
||||
what you're doing.
|
||||
@see removeFromDesktop, isOnDesktop, userTriedToCloseWindow,
|
||||
getPeer, ComponentPeer::setMinimised, ComponentPeer::StyleFlags,
|
||||
ComponentPeer::getStyleFlags, ComponentPeer::setFullScreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue