mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 01:50:48 +00:00
* Source/Functions.m:
* Headers/AppKit/NSGraphics.h: NSDrawNinePartImage implementation git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33745 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
01c4a0be63
commit
ad562c0794
3 changed files with 174 additions and 0 deletions
|
@ -176,6 +176,14 @@ APPKIT_EXPORT void NSDrawBitmap(NSRect rect,
|
|||
NSString *colorSpaceName,
|
||||
const unsigned char *const data[5]);
|
||||
|
||||
APPKIT_EXPORT void
|
||||
NSDrawNinePartImage(NSRect aRect, NSImage *topLeft, NSImage *topMiddle,
|
||||
NSImage *topRight, NSImage *centerLeft,
|
||||
NSImage *centerMiddle, NSImage *centerRight,
|
||||
NSImage *bottomLeft, NSImage *bottomMiddle,
|
||||
NSImage *bottomRight, NSCompositingOperation op,
|
||||
CGFloat fraction, BOOL flipped);
|
||||
|
||||
static inline void
|
||||
NSBeep(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue