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

Documentation update + Xcode 3 compiler fix.

This commit is contained in:
jules 2014-01-01 16:20:25 +00:00
parent 688f14d50d
commit ca42bdaeb4
2 changed files with 4 additions and 5 deletions

View file

@ -195,10 +195,11 @@ private:
StringArray countryCodes;
StringPairArray translations;
ScopedPointer<LocalisedStrings> fallback;
friend struct ContainerDeletePolicy<LocalisedStrings>;
void loadFromText (const String&, bool ignoreCase);
JUCE_LEAK_DETECTOR (LocalisedStrings)
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (LocalisedStrings)
};
//==============================================================================

View file

@ -75,10 +75,8 @@ public:
/** Call this from your mouseDrag() callback to move the component.
This will move the component, but will first check the validity of the
component's new position using the checkPosition() method, which you
can override if you need to enforce special positioning limits on the
component.
This will move the component, using the given constrainer object to check
the new position.
@param componentToDrag the component that you want to drag
@param e the current mouse-drag event