Trait gtk::prelude::RevealerExt[][src]

pub trait RevealerExt: 'static {
    fn get_child_revealed(&self) -> bool;
fn get_reveal_child(&self) -> bool;
fn get_transition_duration(&self) -> u32;
fn get_transition_type(&self) -> RevealerTransitionType;
fn set_reveal_child(&self, reveal_child: bool);
fn set_transition_duration(&self, duration: u32);
fn set_transition_type(&self, transition: RevealerTransitionType);
fn connect_property_child_revealed_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_reveal_child_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_transition_duration_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_transition_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_child_revealed(&self) -> bool[src]

fn get_reveal_child(&self) -> bool[src]

fn get_transition_duration(&self) -> u32[src]

fn get_transition_type(&self) -> RevealerTransitionType[src]

fn set_reveal_child(&self, reveal_child: bool)[src]

fn set_transition_duration(&self, duration: u32)[src]

fn set_transition_type(&self, transition: RevealerTransitionType)[src]

fn connect_property_child_revealed_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

fn connect_property_reveal_child_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

fn connect_property_transition_duration_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

fn connect_property_transition_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<Revealer>> RevealerExt for O[src]

Loading content...