I am a Mac developer, mostly in Tcl/Tk. See my software page at [1] and my blog at [2].In addition to several commercial products using Tk, Tcl and Python, I am one of the core maintainers of the Tk-Aqua port, and primary author of the Tk-Aqua FAQ at [3]. I am also the author of several open-source Tcl/Tk packages, both C-level and script-level, to improve Tk's integration on OS X. These packages include the following:tkdock - manipulate the Dock icon on OS Xmacsheet - custom sheet dialogs on OS Xtkmacicons - use Mac-native icons in an applicationaquahig - sensible Mac-conforming defaults for some Tk widgetstclgrowl - Tcl integration with the Mac Growl notification systemcocoaprint - Native Mac print dialogsmactoolbar - Native Mac toolbarprefstoolbar - Native Mac preferences toolbartclservices - Access to the Mac's Services menuquicklook - Integration with Mac's QuickLook file previewmacnotify - bounce the Dock icon for user alertswindowlist - implements a Mac-standard "window" menu itemtkwebview - parses and displays simple HTMLfullscreen - native integration with Mac fullscreen API's
MG A friend has recently built a Mac App Bundle for my code (since I don't have access to a Mac); your tutorials on your website were very useful. We've also added tkdock to manipulate the dock icon, as it seems there's no icon support for MacOS in the core yet - would it be worth TIPing the tkdock code to go into the core as wm iconbitmap on MacOS? (Possibly with a new wm attributes -badge for the other functionality.)