| Trees | Indices | Help |
|
|---|
|
|
1 BLANK_CANVAS = -100
2 ADD_DATAPROVIDER = -101
3 RIGHT_CLICK_CONFIGURE = -102
4
5 HINT_TEXT = {
6 BLANK_CANVAS:( "What Do You Want to Synchronize?",
7 "Drag and Drop a Data Provider on the Canvas",
8 True),
9 ADD_DATAPROVIDER:( "Synchronization Group Created",
10 "Add Another Data Provider to the Group to Synchronize it",
11 False),
12 RIGHT_CLICK_CONFIGURE:( "You Are Now Ready to Synchronize",
13 "Right Click on Group for Options",
14 False)
15 }
16
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:42 2008 | http://epydoc.sourceforge.net |