#:import ContextMenu tagit.external.kivy_garden.contextmenu.ContextMenu : menu: context_menu visible: False # the root widget should set these two to itself bounding_box_widget: self cancel_handler_widget: self # button config button_width: 200 button_height: dp(35) button_show: 'text', 'image' ContextMenu: # the actual menu id: context_menu visible: False cancel_handler_widget: root bounding_box_widget: root.bounding_box_widget width: root.button_width : width: self.parent.width if self.parent else 0 size_hint: 1, None ## EOF ##