mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
* 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:
parent
ccd9924369
commit
727d28b114
3 changed files with 13 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -221,3 +221,4 @@ __objc_class_name_NSWindow
|
|||
__objc_class_name_NSWindowController
|
||||
__objc_class_name__GSWorkspaceCenter
|
||||
__objc_class_name_NSWorkspace
|
||||
__objc_class_name_GSTheme
|
||||
|
|
Loading…
Reference in a new issue