mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:41:12 +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;
|
@class NSTextAttachment;
|
||||||
|
|
||||||
// global NSString attribute names used in accessing
|
/* Global NSString attribute names used in accessing the respective
|
||||||
// the respective property in a text attributes
|
property in a text attributes dictionary. if the key is not in the
|
||||||
// dictionary. if the key is not in the dictionary
|
dictionary the default value is assumed. */
|
||||||
// the default value is assumed
|
|
||||||
APPKIT_EXPORT NSString *NSFontAttributeName;
|
APPKIT_EXPORT NSString *NSFontAttributeName;
|
||||||
APPKIT_EXPORT NSString *NSParagraphStyleAttributeName;
|
APPKIT_EXPORT NSString *NSParagraphStyleAttributeName;
|
||||||
APPKIT_EXPORT NSString *NSForegroundColorAttributeName;
|
APPKIT_EXPORT NSString *NSForegroundColorAttributeName;
|
||||||
|
@ -52,7 +51,7 @@ APPKIT_EXPORT NSString *NSBaselineOffsetAttributeName;
|
||||||
APPKIT_EXPORT NSString *NSKernAttributeName;
|
APPKIT_EXPORT NSString *NSKernAttributeName;
|
||||||
APPKIT_EXPORT NSString *NSLinkAttributeName;
|
APPKIT_EXPORT NSString *NSLinkAttributeName;
|
||||||
|
|
||||||
// Currently supported values for NSUnderlineStyleAttributeName
|
/* Currently supported values for NSUnderlineStyleAttributeName. */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
GSNoUnderlineStyle = 0,
|
GSNoUnderlineStyle = 0,
|
||||||
|
|
Loading…
Reference in a new issue