#[repr(transparent)]pub struct NSBezelStyle(pub NSUInteger);
NSButtonCell
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSBezelStyle
impl NSBezelStyle
Sourcepub const Automatic: Self
pub const Automatic: Self
The appearance of this bezel style is automatically determined based on the button’s contents and position within the window. This bezel style is the default for all button initializers.
Sourcepub const FlexiblePush: Self
pub const FlexiblePush: Self
A flexible-height variant of NSBezelStylePush.
Sourcepub const Disclosure: Self
pub const Disclosure: Self
An unbezeled button with a disclosure triangle.
Sourcepub const Circular: Self
pub const Circular: Self
A button with a circular bezel suitable for a small icon or single character.
Sourcepub const HelpButton: Self
pub const HelpButton: Self
A circular button with a question mark providing the standard Help button appearance.
Sourcepub const SmallSquare: Self
pub const SmallSquare: Self
A button with squared edges and flexible height.
Sourcepub const AccessoryBarAction: Self
pub const AccessoryBarAction: Self
A bezel style that is suitable for accessory and scope bars. This style is typically used for buttons that perform an action or for pop-up buttons.
Sourcepub const AccessoryBar: Self
pub const AccessoryBar: Self
A bezel style that is suitable for accessory and scope bars. This style is typically used for buttons with togglable state.
Sourcepub const PushDisclosure: Self
pub const PushDisclosure: Self
A bezeled variant of NSBezelStyleDisclosure.
Sourcepub const Badge: Self
pub const Badge: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const ShadowlessSquare: Self
👎Deprecated
pub const ShadowlessSquare: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const TexturedSquare: Self
👎Deprecated
pub const TexturedSquare: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const Rounded: Self
👎Deprecated
pub const Rounded: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const RegularSquare: Self
👎Deprecated
pub const RegularSquare: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const TexturedRounded: Self
👎Deprecated
pub const TexturedRounded: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const RoundRect: Self
👎Deprecated
pub const RoundRect: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const Recessed: Self
👎Deprecated
pub const Recessed: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Sourcepub const RoundedDisclosure: Self
👎Deprecated
pub const RoundedDisclosure: Self
A bezel style that is typically used in table rows to display information about the row, such as a count.
Trait Implementations§
Source§impl Clone for NSBezelStyle
impl Clone for NSBezelStyle
Source§fn clone(&self) -> NSBezelStyle
fn clone(&self) -> NSBezelStyle
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more