예제 #1
0
    def _setBackboneColor(self, coloroption):
	#    Call the 'mainchain' function in the main package, with
	#    the color object corresponding to the color well color
	#    as its argument (which will be None if 'No Color' is 
	#    the current selection in the well), to set the color of
	#    backbone atoms.
	ColorWellUI.mainchain(coloroption.get())
예제 #2
0
 def _setBackboneColor(self, coloroption):
     #    Call the 'mainchain' function in the main package, with
     #    the color object corresponding to the color well color
     #    as its argument (which will be None if 'No Color' is
     #    the current selection in the well), to set the color of
     #    backbone atoms.
     ColorWellUI.mainchain(coloroption.get())
예제 #3
0
    def _setBackboneColor(self, coloroption):
	ColorWellUI.mainchain(coloroption.get())