NSDockTile

Trait NSDockTile 

Source
pub trait NSDockTile: Sized {
    // Required methods
    unsafe fn showsApplicatinBadge(self) -> BOOL;
    unsafe fn setShowsApplicatinBadge_(self, value: BOOL) -> id;
    unsafe fn badgeLabel(self) -> id;
    unsafe fn setBadgeLabel_(self, label: id) -> id;
}
๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead

Required Methodsยง

Source

unsafe fn showsApplicatinBadge(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Source

unsafe fn setShowsApplicatinBadge_(self, value: BOOL) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Source

unsafe fn badgeLabel(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Source

unsafe fn setBadgeLabel_(self, label: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementorsยง