Add missing method to header

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28819 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-10-13 08:44:09 +00:00
parent 1de788cfd3
commit 862f3e0cf7

View file

@ -268,6 +268,16 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
void *_reserved;
}
/**
* Loads a theme from a theme bundle of the specified name, which may be
* either a full path name of the theme bundle, or a simple theme name
* (in which case the standard directories are searched for it) or nil
* (in which case the default GNUstep theme is returned).<br />
* Returns the loaded theme but does not make it the current theme,
* to do that you will need to call the +setTheme: method.
*/
+ (GSTheme*) loadThemeNamed: (NSString*)themeName;
/**
* Creates and displays a panel allowing selection of different themes
* and display of the current theme inspector.