bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug #3459] selectTabViewItemWithIdentifier: for NSTabView


From: nobody
Subject: [Bug #3459] selectTabViewItemWithIdentifier: for NSTabView
Date: Sun, 04 May 2003 21:40:06 -0400

=================== BUG #3459: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3459&group_id=99

Submitted by: michael                 Project: GNUstep                      
Submitted on: Mon 05/05/2003 at 01:40
Category:  Gui/AppKit                 Severity:  5 - Major                  
Bug Group:  Change Request            Resolution:  None                     
Assigned to:  None                    Status:  Open                         

Summary:  selectTabViewItemWithIdentifier: for NSTabView

Original Submission:  To help the boys porting iTerm.

- (void) selectTabViewItemWithIdentifier:(id)identifier  
{
  int index = [self indexOfTabViewItemWithIdentifier: identifier];
  [self selectTabViewItemAtIndex: index];
}

(BTW, what is the prefered way of handling multiple method calls like this? 
Plop them all in the same line, or use multiple lines?)



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3459&group_id=99




reply via email to

[Prev in Thread] Current Thread [Next in Thread]