mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: aa33c6954faa657b2d62640f492737b1dba8bd00
Monotone-Revision: ed1f9d054bf58150b30e9e4dbbffa4b09113c4e6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-16T18:45:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
#ifndef UIXCONTACTSELECTOR_H
|
||||
#define UIXCONTACTSELECTOR_H
|
||||
|
||||
@class NSArray;
|
||||
@class NSDictionary;
|
||||
@class NSString;
|
||||
@class iCalPerson;
|
||||
|
||||
@interface UIxContactSelector : UIxComponent
|
||||
{
|
||||
NSString *title;
|
||||
@@ -35,6 +40,8 @@
|
||||
|
||||
BOOL hasCheckBoxes;
|
||||
NSString *checkBoxOnChange;
|
||||
|
||||
NSDictionary *userColors;
|
||||
}
|
||||
|
||||
- (void) setHasCheckBoxes: (BOOL) aBool;
|
||||
|
||||
Reference in New Issue
Block a user