mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
Tidied some comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
431a40577f
commit
a9ab96ca32
1 changed files with 4 additions and 5 deletions
|
@ -36,10 +36,9 @@
|
|||
|
||||
@class NSTextAttachment;
|
||||
|
||||
// global NSString attribute names used in accessing
|
||||
// the respective property in a text attributes
|
||||
// dictionary. if the key is not in the dictionary
|
||||
// the default value is assumed
|
||||
/* Global NSString attribute names used in accessing the respective
|
||||
property in a text attributes dictionary. if the key is not in the
|
||||
dictionary the default value is assumed. */
|
||||
APPKIT_EXPORT NSString *NSFontAttributeName;
|
||||
APPKIT_EXPORT NSString *NSParagraphStyleAttributeName;
|
||||
APPKIT_EXPORT NSString *NSForegroundColorAttributeName;
|
||||
|
@ -52,7 +51,7 @@ APPKIT_EXPORT NSString *NSBaselineOffsetAttributeName;
|
|||
APPKIT_EXPORT NSString *NSKernAttributeName;
|
||||
APPKIT_EXPORT NSString *NSLinkAttributeName;
|
||||
|
||||
// Currently supported values for NSUnderlineStyleAttributeName
|
||||
/* Currently supported values for NSUnderlineStyleAttributeName. */
|
||||
enum
|
||||
{
|
||||
GSNoUnderlineStyle = 0,
|
||||
|
|
Loading…
Reference in a new issue