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:
Wolfgang Sourdeau
2006-10-16 18:45:23 +00:00
parent cda7d5af16
commit 17aa35440e
3 changed files with 28 additions and 0 deletions
+7
View File
@@ -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;