Home
last modified time | relevance | path

Searched refs:current_layer_solo (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dlayers.py543 if rootstack.current_layer_solo:
544 rootstack.current_layer_solo = False
548 rootstack.current_layer_solo = True
847 if rootstack.current_layer_solo:
H A Ddocument.py1042 elif self.model.layer_stack.current_layer_solo:
1199 if self.model.layer_stack.current_layer_solo:
1212 if self.model.layer_stack.current_layer_solo:
1259 self.model.layer_stack.current_layer_solo = action.get_active()
1265 state = root.current_layer_solo
/dports/graphics/mypaint/mypaint-2.0.1/lib/layer/
H A Dtree.py1179 def current_layer_solo(self): member in RootLayerStack
1188 @current_layer_solo.setter
1189 def current_layer_solo(self, value): member in RootLayerStack