mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Groove for debugging
This commit is contained in:
parent
03e8a31eb3
commit
aa40b556fd
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ class ChipWidget:
|
||||||
class ChipViewer:
|
class ChipViewer:
|
||||||
def __init__(self, switchboard, parent=None):
|
def __init__(self, switchboard, parent=None):
|
||||||
self.__sb = switchboard
|
self.__sb = switchboard
|
||||||
self.__frame = Frame(parent)
|
self.__frame = Frame(parent, relief=GROOVE, borderwidth=2)
|
||||||
self.__frame.pack(expand=YES, fill=BOTH)
|
self.__frame.pack()
|
||||||
# create the chip that will display the currently selected color
|
# create the chip that will display the currently selected color
|
||||||
# exactly
|
# exactly
|
||||||
self.__sframe = Frame(self.__frame)
|
self.__sframe = Frame(self.__frame)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue