mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Add missing method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
68d111e0de
commit
f0770b65a9
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-07-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/gui/NSTabView.h: Add missing method.
|
||||
|
||||
2002-07-14 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSTableView.m:
|
||||
|
|
|
@ -73,6 +73,7 @@ typedef enum {
|
|||
- (void)selectTabViewItem:(NSTabViewItem *)tabViewItem;
|
||||
- (void)selectTabViewItemAtIndex:(int)index;
|
||||
- (void)takeSelectedTabViewItemFromSender:(id)sender;
|
||||
- (NSTabViewItem*) selectedTabViewItem;
|
||||
|
||||
- (void)setFont:(NSFont *)font;
|
||||
- (NSFont *)font;
|
||||
|
|
Loading…
Reference in a new issue