SelectionCallbackProperty¶
-
class
glue.external.echo.SelectionCallbackProperty(default_index=0, choices=None, display_func=None, **kwargs)¶ Bases:
glue.external.echo.CallbackPropertyMethods Summary
force_next_sync(self, instance)get_choice_labels(self, instance)get_choices(self, instance)get_display_func(self, instance)set_choices(self, instance, choices)set_display_func(self, instance, display)Methods Documentation
-
force_next_sync(self, instance)¶
-
get_choice_labels(self, instance)¶
-
get_choices(self, instance)¶
-
get_display_func(self, instance)¶
-
set_choices(self, instance, choices)¶
-
set_display_func(self, instance, display)¶
-