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

Class GtkProjectList

source code

The GUI class is the controller for our application

Instance Methods [hide private]
 
__init__(self, metaproject, pdb, gtkmod, title="Available Projects") source code
 
SetPrinter(self, printer) source code
 
SetParent(self, parent) source code
 
Print(self, txt) source code
 
display(self)
Sets up and populates gtk.TreeStore
source code
 
add_project(self, tv, path, viewcol)
Add Project
source code
 
commit_changes(self, widget, data=None) source code
 
do_change(self, model, path, iter, connect=True)
Add Project
source code
 
row_toggled(self, cell, path)
Sets the toggled state on the toggle button to true or false.
source code
 
make_view(self, model)
Form a view for the Tree Model
source code