mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
716eb9fe5e
commit
95a6eb6766
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue