Document some typedefs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-01-15 10:18:24 +00:00
parent bf0b1921cf
commit 6f754401c4
6 changed files with 93 additions and 18 deletions

View file

@ -53,10 +53,14 @@
typedef int NSTrackingRectTag;
typedef int NSToolTipTag;
/*
* constants representing the four types of borders that
* can appear around an NSView
*/
/** Describes the type of border used by an NSView.
<list>
<item>NSNoBorder</item>
<item>NSLineBorder</item>
<item>NSBezelBorder</item>
<item>NSGrooveBorder</item>
</list>
*/
typedef enum _NSBorderType {
NSNoBorder,
NSLineBorder,