* Source/libgnustep-gui.def: Export GSTheme class.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28552 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-08-26 22:55:41 +00:00
parent ccd9924369
commit 727d28b114
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-08-26 18:53-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Source/libgnustep-gui.def: Export GSTheme class.
2009-08-25 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSTheme.m:

View file

@ -584,7 +584,14 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
*/
- (void) drawStepperHighlightDownButton: (NSRect) aRect;
// Draw a button cell.
/**
* Replace an image if needed.
*/
- (NSImage *) replaceImage: (NSImage *) image
inRect: (NSRect) aRect
inCell: (NSCell *) cell;
/**
* In some themes it may be necessary to override the drawing
* of an image a button cell and replace it with a rendered

View file

@ -221,3 +221,4 @@ __objc_class_name_NSWindow
__objc_class_name_NSWindowController
__objc_class_name__GSWorkspaceCenter
__objc_class_name_NSWorkspace
__objc_class_name_GSTheme