Home | History | Annotate | Download | only in test

Lines Matching refs:EditableScrollablePane

895         class EditableScrollablePane(ScrollablePane,EditablePane): pass
897 self.assertEqual(EditableScrollablePane.__mro__,
898 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,