Struct webkit2gtk::OptionMenuItem
source · [−]#[repr(transparent)]pub struct OptionMenuItem { /* private fields */ }
Available on crate feature
v2_18
only.Expand description
One item of a OptionMenu
.
The OptionMenu
is composed of WebKitOptionMenuItems.
A WebKitOptionMenuItem always has a label and can contain a tooltip text.
You can use the WebKitOptionMenuItem of a OptionMenu
to build your
own menus.
Implementations
sourceimpl OptionMenuItem
impl OptionMenuItem
pub fn as_ptr(&self) -> *mut WebKitOptionMenuItem
sourceimpl OptionMenuItem
impl OptionMenuItem
sourcepub fn is_enabled(&mut self) -> bool
pub fn is_enabled(&mut self) -> bool
sourcepub fn is_group_child(&mut self) -> bool
pub fn is_group_child(&mut self) -> bool
Whether a OptionMenuItem
is a group child.
Returns
sourcepub fn is_group_label(&mut self) -> bool
pub fn is_group_label(&mut self) -> bool
Whether a OptionMenuItem
is a group label.
Returns
sourcepub fn is_selected(&mut self) -> bool
pub fn is_selected(&mut self) -> bool
Whether a OptionMenuItem
is the currently selected one.
Returns
Trait Implementations
sourceimpl Clone for OptionMenuItem
impl Clone for OptionMenuItem
sourceimpl Debug for OptionMenuItem
impl Debug for OptionMenuItem
sourceimpl Hash for OptionMenuItem
impl Hash for OptionMenuItem
sourceimpl Ord for OptionMenuItem
impl Ord for OptionMenuItem
sourcefn cmp(&self, other: &OptionMenuItem) -> Ordering
fn cmp(&self, other: &OptionMenuItem) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<OptionMenuItem> for OptionMenuItem
impl PartialEq<OptionMenuItem> for OptionMenuItem
sourcefn eq(&self, other: &OptionMenuItem) -> bool
fn eq(&self, other: &OptionMenuItem) -> bool
sourceimpl PartialOrd<OptionMenuItem> for OptionMenuItem
impl PartialOrd<OptionMenuItem> for OptionMenuItem
sourcefn partial_cmp(&self, other: &OptionMenuItem) -> Option<Ordering>
fn partial_cmp(&self, other: &OptionMenuItem) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl StaticType for OptionMenuItem
impl StaticType for OptionMenuItem
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for OptionMenuItem
impl StructuralEq for OptionMenuItem
impl StructuralPartialEq for OptionMenuItem
Auto Trait Implementations
impl RefUnwindSafe for OptionMenuItem
impl !Send for OptionMenuItem
impl !Sync for OptionMenuItem
impl Unpin for OptionMenuItem
impl UnwindSafe for OptionMenuItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.