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]
&self,
siblings: &WidgetPath,
sibling_index: u32
) -> i32
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_add_region(&self, pos: i32, name: &str, flags: RegionFlags)[src]
pub fn iter_clear_classes(&self, pos: i32)[src]
pub fn iter_clear_regions(&self, pos: i32)[src]
pub fn iter_get_name(&self, pos: i32) -> Option<String>[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_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_region(&self, pos: i32, name: &str) -> Option<RegionFlags>[src]
pub fn iter_list_classes(&self, pos: i32) -> Vec<String>[src]
pub fn iter_list_regions(&self, pos: i32) -> Vec<String>[src]
pub fn iter_remove_class(&self, pos: i32, name: &str)[src]
pub fn iter_remove_region(&self, pos: i32, name: &str)[src]
pub fn iter_set_name(&self, pos: i32, name: &str)[src]
pub fn iter_set_object_type(&self, pos: i32, type_: Type)[src]
pub fn length(&self) -> i32[src]
pub fn prepend_type(&self, type_: Type)[src]
Trait Implementations
impl Clone for WidgetPath
fn clone(&self) -> WidgetPath
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl StaticType for WidgetPath
fn static_type() -> Type
Returns the type identifier of Self.