mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Add a module global variable ADDTOVIEW to conform to dynamic viewer
lookup protocol.
This commit is contained in:
parent
2095b2fe14
commit
f3ebf90d2c
3 changed files with 7 additions and 1 deletions
|
|
@ -59,6 +59,8 @@ WRAP = 'Wrap Around'
|
|||
RATIO = 'Preserve Distance'
|
||||
GRAV = 'Squash'
|
||||
|
||||
ADDTOVIEW = 'Details Window...'
|
||||
|
||||
|
||||
class DetailsViewer:
|
||||
def __init__(self, switchboard, master=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue