repo.or.cz
/
amule.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upstream tarball 9601
[amule.git]
/
cocoa-mule
/
AddLinkDialogController.h
blob
d027b6d0a20079b8f7dcd1b2899f3c5dfb3155ea
1
#import <Cocoa/Cocoa.h>
2
3
@interface AddLinkDialogController
:
NSObject
{
4
IBOutlet NSPopUpButton
*
m_cat
;
5
IBOutlet NSTextField
*
m_link
;
6
7
IBOutlet id m_dlg
;
8
9
bool
m_dlg_result
;
10
11
NSString
*
m_link_val
;
12
}
13
14
- (
bool
)
showDlg
:(
NSWindow
*)
window
;
15
16
- (
IBAction
)
closeOK
:(
id
)
sender
;
17
18
- (
NSString
*)
link
;
19
20
@end