Available on crate feature appkit only.
Expand description

Implements an NSToolbar, which is one of those macOS niceties that makes it feel… “proper”.

UNFORTUNATELY, this is a very old and janky API. So… yeah.

Structs

A wrapper for NSToolbar. Holds (retains) pointers for the Objective-C runtime where our NSToolbar and associated delegate live.

Wraps NSToolbarItem. Enables configuring things like size, view, and so on.

Enums

Represents an item identifier for items in a Toolbar.

Represents the display mode(s) a Toolbar can render in.

Represents the size mode a Toolbar can use.

Traits

A trait that you can implement to have your struct/etc act as an NSToolbarDelegate.