Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Add NSTextField's PreferredMaxLayoutWidth from ML
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Jun 12, 2013
1 parent 1229236 commit eec2946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appkit.cs
Expand Up @@ -12600,6 +12600,9 @@ public partial interface NSTextField {

[Export ("importsGraphics")]
bool ImportsGraphics { get; set; }

[MoutainLion, Export ("preferredMaxLayoutWidth")]
float PreferredMaxLayoutWidth { get; set; }
}

[BaseType (typeof (NSTextField))]
Expand Down

0 comments on commit eec2946

Please sign in to comment.