"""The PanedWindow widget allows the user to interactively manipulate
the sizes of several panes. The panes can be arranged either vertically
or horizontally.
"""
msg=Tix.Message(w,
relief=Tix.FLAT,width=240,anchor=Tix.N,
text='The PanedWindow widget allows the user to interactively manipulate the sizes of several panes. The panes can be arranged either vertically or horizontally.')
...
...
@@ -661,15 +664,12 @@ def MkNoteBook(w):
msg=Tix.Message(w,
relief=Tix.FLAT,width=240,anchor=Tix.N,
text='The NoteBook widget allows you to layout a complex interface into individual pages.')
"""The TixDirList widget gives a graphical representation of the file
system directory and makes it easy for the user to choose and access
directories.
"""
msg=Tix.Message(w,
relief=Tix.FLAT,width=240,anchor=Tix.N,
text='The TixDirList widget gives a graphical representation of the file system directory and makes it easy for the user to choose and access directories.')
text='The TixDirList widget gives a graphical representation of the file system directory and makes it easy for the user to choose and access directories.')