mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:20:38 +00:00
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:
parent
bf0b1921cf
commit
6f754401c4
6 changed files with 93 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue