mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
GSTheme.h: fix typo in method name: Toobar -> Toolbar
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28688 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cefeff22a7
commit
73a9ff2af5
3 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-09-16 Hans Baier <hansfbaier@googlemail.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h,
|
||||
* Source/GSThemeDrawing.m: fix typo in method name:
|
||||
drawToobarRect -> drawToolbarRect
|
||||
|
||||
2009-09-14 Hans Baier <hansfbaier@googlemail.com>
|
||||
|
||||
* Headers/AppKit/NSWorkspace.h,
|
||||
|
|
|
@ -558,9 +558,9 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
|
|||
/**
|
||||
* Method for toolbar theming.
|
||||
*/
|
||||
- (void) drawToobarRect: (NSRect)aRect
|
||||
frame: (NSRect)viewFrame
|
||||
borderMask: (unsigned int)borderMask;
|
||||
- (void) drawToolbarRect: (NSRect)aRect
|
||||
frame: (NSRect)viewFrame
|
||||
borderMask: (unsigned int)borderMask;
|
||||
|
||||
// Methods to deal with steppers..
|
||||
/**
|
||||
|
|
|
@ -401,9 +401,9 @@
|
|||
return 18.0;
|
||||
}
|
||||
|
||||
- (void) drawToobarRect: (NSRect)aRect
|
||||
frame: (NSRect)viewFrame
|
||||
borderMask: (unsigned int)borderMask
|
||||
- (void) drawToolbarRect: (NSRect)aRect
|
||||
frame: (NSRect)viewFrame
|
||||
borderMask: (unsigned int)borderMask
|
||||
{
|
||||
// We draw the background
|
||||
[[NSColor toolbarBackgroundColor] set];
|
||||
|
|
Loading…
Reference in a new issue