Browse Source

Fixed a documentation typo

tags/2021-05-28
ed 7 years ago
parent
commit
ac44306a4c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      modules/juce_gui_basics/components/juce_Component.h

+ 3
- 3
modules/juce_gui_basics/components/juce_Component.h View File

@@ -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…
Cancel
Save