Dave Ray
Dave Ray
minimize, maximize, etc.
@actsasgeek put together some notional OSX app support for stuff like the dock name, and various OSX-specific menus here: https://gist.github.com/2720254. Integrate it as an optional Seesaw module or something. Some...
Seesaw loves reflection at the moment. This will be an ongoing battle, but for performance and good applet support is a worthy goal. Add type hints to eliminate reflection.
Helper function that creates a cell renderer (for listbox, combobox, etc) that just calls a client-supplied function to get the string to display. Otherwise, you have to create a full...
- Nicer way to access contained widget - Perhaps forward some property accessor, like `(text)`, to contained widget
Currently you have to do a `setTitle` and repaint on the containing widget.
See this ML thread: https://groups.google.com/group/seesaw-clj/browse_thread/thread/d883ab3c78497bc6
When `(native!)` is called it automatically chooses the system look and feel. There should be some way to override this behavior for users that prefer a different L&F. Maybe a...