Searched refs:ScrollablePane (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 900 class ScrollablePane(Pane,ScrollingMixin): pass class 902 class EditableScrollablePane(ScrollablePane,EditablePane): pass 905 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,
|
/external/python/cpython3/Lib/test/ |
D | test_descr.py | 955 class ScrollablePane(Pane,ScrollingMixin): pass class 957 class EditableScrollablePane(ScrollablePane,EditablePane): pass 960 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,
|