bpo-30495: IDLE: refactor textview by csabella · Pull Request #2283 · python/cpython

@csabella

bpo-30495: IDLE: refactor textview

bpo-30495: IDLE: refactor textview

bpo-30495: IDLE: refactor textview

bpo-30495: IDLE: refactor textview

terryjreedy

@terryjreedy

terryjreedy

@terryjreedy

@terryjreedy

terryjreedy pushed a commit to terryjreedy/cpython that referenced this pull request

Jun 29, 2017
…more tests. (pythonGH-2283)

Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances
of the latter two can be placed with other widgets within a multiframe window.
Patch by Cheryl Sabella.
(cherry picked from commit 42bc8be)

terryjreedy added a commit that referenced this pull request

Jun 29, 2017
…more tests. (GH-2283) (#2496)

Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances
of the latter two can be placed with other widgets within a multiframe window.
Patch by Cheryl Sabella.
(cherry picked from commit 42bc8be)