mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:30:48 +00:00
* Source/GSThemePrivate.h:
* Source/GSThemeTools.m: * Source/GSThemeDrawing.m: Add explicit isFlipped: param to -[GSDrawTiles contentRectForRect:] git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
240f754c33
commit
a11deb9ea1
4 changed files with 24 additions and 14 deletions
|
@ -113,8 +113,8 @@ typedef enum {
|
|||
* drawn in the given rect, or NSZeroRect if the given rect is too small
|
||||
* to draw the tiles in.
|
||||
*/
|
||||
- (NSRect) contentRectForRect: (NSRect)rect;
|
||||
|
||||
- (NSRect) contentRectForRect: (NSRect)rect
|
||||
isFlipped: (BOOL)flipped;
|
||||
/* Style drawing methods
|
||||
*/
|
||||
- (NSRect) noneStyleFillRect: (NSRect)rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue