mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
doc fixes
This commit is contained in:
parent
abb5c10031
commit
e5c346351c
2 changed files with 5 additions and 4 deletions
|
@ -116,7 +116,7 @@ APPKIT_EXPORT_CLASS
|
|||
#else
|
||||
/** <ignore> */
|
||||
@interface NSObject (NSTabViewDelegate)
|
||||
/** </ignore */
|
||||
/** </ignore> */
|
||||
#endif
|
||||
- (BOOL)tabView:(NSTabView *)tabView shouldSelectTabViewItem:(NSTabViewItem *)tabViewItem;
|
||||
- (void)tabView:(NSTabView *)tabView willSelectTabViewItem:(NSTabViewItem *)tabViewItem;
|
||||
|
|
|
@ -458,7 +458,7 @@ static BOOL browserUseBezels;
|
|||
}
|
||||
}
|
||||
|
||||
/** <p>Returns the index path of the selected item, or nil if there is
|
||||
/** Returns the index path of the selected item, or nil if there is
|
||||
no selection.
|
||||
*/
|
||||
- (NSIndexPath *) selectionIndexPath
|
||||
|
@ -1131,8 +1131,9 @@ static BOOL browserUseBezels;
|
|||
return _firstVisibleColumn;
|
||||
}
|
||||
|
||||
/** <p>Returns the number of columns visible.</p>
|
||||
<p>See Also: -firstVisibleColumn -lastVisibleColumn</p>*/
|
||||
/** Returns the number of columns visible.
|
||||
|
||||
<p>See Also: -firstVisibleColumn -lastVisibleColumn</p> */
|
||||
- (NSInteger) numberOfVisibleColumns
|
||||
{
|
||||
NSInteger num;
|
||||
|
|
Loading…
Reference in a new issue