Esteban Borai
70726a2f55
fix: run cargo fmt
on nightly
2022-08-26 10:40:31 -04:00
Esteban Borai
399600d443
fix: 'static
lifetime elision for examples
...
Takes advantage of lifetime elision on some examples where the
rule applies.
Refer: https://doc.rust-lang.org/reference/lifetime-elision.html#static-lifetime-elision
2022-08-25 22:17:52 -04:00
Mads Marquart
db4f2c0720
Run cargo fmt
2022-07-15 16:14:02 +02:00
Mads Marquart
02f5d6aa87
Remove trailing whitespace
2022-07-15 16:13:27 +02:00
Ryan McGrath
b9bf30e6f1
Fix examples, fix webview to work with new ObjcAccess trait, rename Image icon method for toolbars
2022-01-06 23:25:36 -08:00
Ryan McGrath
10c513edad
A rather large and not very clean update.
...
- Adds support for NSSplitViewController.
- Reworks NSMenu support to be cleaner with enum variants.
- Reworks the Foundation underpinnings to be a bit safer and more clear
in how they're used and passed around.
- Changes to docs structure for push towards v0.1.
- Examples updated to account for changes.
2021-03-04 17:24:39 -08:00
Ryan McGrath
724b40e5a8
Add a (useful) example: a todo list.
...
- Adds a Todo list example.
- Updates ListView to support ending the row actions visible state.
- Support setting Label text color.
2021-02-07 23:37:25 -08:00