File: PurpleSkypeAccountViewController.h

package info (click to toggle)
pidgin-skype 20140930%2Bsvn665%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,148 kB
  • ctags: 958
  • sloc: ansic: 5,856; cpp: 1,859; objc: 586; makefile: 124
file content (19 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  PurpleSkypeAccountViewController.h
//  Adium
//
//  Created by Eion Robb on 14/10/07.
//

#import <Adium/AIAccountViewController.h>

@interface PurpleSkypeAccountViewController : AIAccountViewController {
    //IBOutlet	NSView			*view_options;              	//Account options (Host, port, mail, protocol, etc)
	
	IBOutlet		NSButton		*checkBox_skypeOutOnline;
	IBOutlet		NSButton		*checkBox_skypeSyncOffline;
	IBOutlet		NSButton		*checkBox_skypeCheckUpdates;
	IBOutlet		NSButton		*checkBox_autoStartSkype;
}

@end