Re: AppController
Re: AppController
- Subject: Re: AppController
- From: Murat Konar <email@hidden>
- Date: Fri, 15 Jun 2007 16:22:20 -0700
Better posted to the Cocoa-dev list. But before you do, see <http://
theocacao.com/document.page/201>.
_murat
On Jun 15, 2007, at 2:57 PM, Brian Heibert wrote:
/* AppController */
#import <Cocoa/Cocoa.h>
@interface AppController : NSObject
{
IBOutlet NSTextField *textField;
}
- (IBAction)Go:(id)sender;
What do I put in here to get the address from my NSTextField and
send it to WebView
- (IBAction)Search:(id)sender;
What do I put in here to load a website address in WebView
@end
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden