[]Struct gtk::WidgetPath

pub struct WidgetPath(_);

Methods

impl WidgetPath[src]

pub fn new() -> WidgetPath[src]

pub fn append_for_widget<P: IsA<Widget>>(&self, widget: &P) -> i32[src]

pub fn append_type(&self, type_: Type) -> i32[src]

pub fn append_with_siblings(
    &self,
    siblings: &WidgetPath,
    sibling_index: u32
) -> i32
[src]

pub fn copy(&self) -> Option<WidgetPath>[src]

pub fn get_object_type(&self) -> Type[src]

pub fn has_parent(&self, type_: Type) -> bool[src]

pub fn is_type(&self, type_: Type) -> bool[src]

pub fn iter_add_class(&self, pos: i32, name: &str)[src]

pub fn iter_clear_classes(&self, pos: i32)[src]

pub fn iter_get_name(&self, pos: i32) -> Option<GString>[src]

pub fn iter_get_object_name(&self, pos: i32) -> Option<GString>[src]

pub fn iter_get_object_type(&self, pos: i32) -> Type[src]

pub fn iter_get_sibling_index(&self, pos: i32) -> u32[src]

pub fn iter_get_siblings(&self, pos: i32) -> Option<WidgetPath>[src]

pub fn iter_get_state(&self, pos: i32) -> StateFlags[src]

pub fn iter_has_class(&self, pos: i32, name: &str) -> bool[src]

pub fn iter_has_name(&self, pos: i32, name: &str) -> bool[src]

pub fn iter_has_qclass(&self, pos: i32, qname: Quark) -> bool[src]

pub fn iter_has_qname(&self, pos: i32, qname: Quark) -> bool[src]

pub fn iter_list_classes(&self, pos: i32) -> Vec<GString>[src]

pub fn iter_remove_class(&self, pos: i32, name: &str)[src]

pub fn iter_set_name(&self, pos: i32, name: &str)[src]

pub fn iter_set_object_name(&self, pos: i32, name: Option<&str>)[src]

pub fn iter_set_object_type(&self, pos: i32, type_: Type)[src]

pub fn iter_set_state(&self, pos: i32, state: StateFlags)[src]

pub fn length(&self) -> i32[src]

pub fn prepend_type(&self, type_: Type)[src]

Trait Implementations

impl Clone for WidgetPath

impl Debug for WidgetPath[src]

impl Default for WidgetPath[src]

impl Display for WidgetPath[src]

impl Eq for WidgetPath[src]

impl Hash for WidgetPath[src]

impl Ord for WidgetPath[src]

impl PartialEq<WidgetPath> for WidgetPath[src]

impl PartialOrd<WidgetPath> for WidgetPath[src]

impl StaticType for WidgetPath

impl StructuralEq for WidgetPath[src]

impl StructuralPartialEq for WidgetPath[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.