Home | History | Annotate | Download | only in test

Lines Matching refs:EditableScrollablePane

885         class EditableScrollablePane(ScrollablePane,EditablePane): pass

887 self.assertEqual(EditableScrollablePane.__mro__,
888 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,