ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.79k stars 65 forks source link

fix: Add missing button apis #83

Closed semtexzv closed 1 year ago

semtexzv commented 1 year ago

Some button APIs for AppKit were missing.

ryanmcgrath commented 1 year ago

Heya - conceptually this is def appreciated and I'm down to merge! Just looks like it needs a formatting pass (I think the examples failing is due to something else I need to fix, so that's not a big deal right now)

semtexzv commented 1 year ago

Reformatted

ryanmcgrath commented 1 year ago

Merged - thanks!