Package conduit :: Package gtkui :: Module Hints
[hide private]

Source Code for Module conduit.gtkui.Hints

 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