mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:00:48 +00:00
Add dummy version of NSSetFocusRingStyle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d650fce161
commit
f88a8e3a08
3 changed files with 24 additions and 1 deletions
|
@ -142,7 +142,6 @@ NSDrawBezel(const NSRect aRect, const NSRect clipRect)
|
|||
NSDrawGrayBezel(aRect, clipRect);
|
||||
}
|
||||
|
||||
|
||||
/** Draws a rectangle along the inside of aRect. The rectangle will be
|
||||
black, dotted (using 1 point dashes), and will have a line width
|
||||
of 1 point. */
|
||||
|
@ -244,4 +243,15 @@ APPKIT_EXPORT int NSGetWindowServerMemory(int context, int *virtualMemory,
|
|||
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST)
|
||||
typedef enum _NSFocusRingPlacement
|
||||
{
|
||||
NSFocusRingOnly=0,
|
||||
NSFocusRingBelow,
|
||||
NSFocusRingAbove
|
||||
} NSFocusRingPlacement;
|
||||
|
||||
void NSSetFocusRingStyle(NSFocusRingPlacement placement);
|
||||
#endif
|
||||
|
||||
#endif /* __NSGraphics_h__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue