Document the new option to haveapp-specific named images in a theme.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2015-11-02 17:46:53 +00:00
parent 716eb9fe5e
commit 95a6eb6766

View file

@ -204,7 +204,11 @@
A theme subclass may override the -imageClass method to change the
class used to load each image from the bundle ... thus allowing
customisation of not just the images but also of the image
behavior in the (very rare) cases where this is desirable.
behavior in the (very rare) cases where this is desirable.<br />
Finally, a theme may provide application specific images which are
loaded <em>in preference to</em> named images from the application's
own bundle. These images are simply stored in a subdirectory whose
name is the same as the application's bundleIdentifier.
</desc>
</deflist>
</section>