Package iceprod :: Package client :: Module GtkModules :: Class GtkModules
[hide private]
[frames] | no frames]

Class GtkModules

source code

           gtk.VBox --+    
                      |    
GtkIPModule.GtkIPModule --+
                          |
                         GtkModules

Instance Methods [hide private]
 
on_selection_changed(self, selection) source code
 
add_module(self, b) source code
 
delete_module(self, b) source code
 
configure_module(self, tv, path, viewcol) source code
 
col_edited(self, cell, path, new_text, model)
Canges the name of the module
source code
 
__init__(self, iconfig, pdb) source code
 
SetDragNDrop(self, value) source code
 
drag_data_get_data(self, treeview, context, selection, target_id, etime) source code
 
drag_data_received_data(self, treeview, context, x, y, selection, info, etime) source code
 
SetPrinter(self, printer) source code
 
Print(self, txt) source code
 
reload(self, icetray) source code
 
showmodules(self) source code
Class Variables [hide private]
  TARGETS = [('MY_TREE_MODEL_ROW', gtk.TARGET_SAME_WIDGET, 0),]

Inherited from GtkIPModule.GtkIPModule: dragndrop

Method Details [hide private]

col_edited(self, cell, path, new_text, model)

source code 

Canges the name of the module

To Do:
  • add type checking for input values
  • add descriptions

SetDragNDrop(self, value)

source code 
Overrides: GtkIPModule.GtkIPModule.SetDragNDrop