Home | History | Annotate | Download | only in test

Lines Matching refs:EditableScrollablePane

887         class EditableScrollablePane(ScrollablePane,EditablePane): pass
889 self.assertEqual(EditableScrollablePane.__mro__,
890 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,