|
def bind_visibility_to(self, target_object, target_name, forward=lambda x: x):
|
|
def bind_visibility_to(self, target_object, target_name, forward=lambda x: x):
|
|
bind_to(self, 'visible', target_object, target_name, forward=forward)
|
|
bind_to(self, 'visible', target_object, target_name, forward=forward)
|