mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Add comment/documentation
This commit is contained in:
parent
74e0c19503
commit
c39095cd61
1 changed files with 5 additions and 1 deletions
|
@ -6890,7 +6890,11 @@ For a more detailed explanation, -setSortDescriptors:. */
|
|||
[cell setEnabled: flag];
|
||||
}
|
||||
|
||||
// Font bindings...
|
||||
/* Font bindings... According to Apple documentation, if the
|
||||
* font binding is available, then name, size, and other
|
||||
* font related bindings are ignored. Otherwise they are
|
||||
* used
|
||||
*/
|
||||
theBinding = [GSKeyValueBinding getBinding: NSFontBinding
|
||||
forObject: tb];
|
||||
if (theBinding != nil)
|
||||
|
|
Loading…
Reference in a new issue