- tk appname ?newName?
Is there an effective way to ask the window manager what appnames it knows? This is an issue for send consumers, of course.
LV What tkinspect does (well at least one version of it) is first to check to see if winsend or dde is available, and if so, uses their facilities to get the list of registered interpreters, and if not, then it invokes winfo interps and uses that list.
LV What tkinspect does (well at least one version of it) is first to check to see if winsend or dde is available, and if so, uses their facilities to get the list of registered interpreters, and if not, then it invokes winfo interps and uses that list.