Impressions (1)
Caveat: NT SDK vs. X Athena Widgets
- Better toolkits are available for both
Menu bars
- Windows provides easy-to-use standard one
- For X, I had to roll my own
Dialog boxes
- Windows has a dialog editor and some prefab dialogs
- For X, I had to write lots of code to build dialogs
Command line arguments
- X provides argument parsing and .Xdefaults
- For NT, I had to roll my own