Trait gtk::OverlaySignals [−][src]
pub trait OverlaySignals: 'static { fn connect_get_child_position<F>(&self, f: F) -> SignalHandlerId
where
F: Fn(&Self, &Widget) -> Option<Rectangle> + 'static; }
Required methods
fn connect_get_child_position<F>(&self, f: F) -> SignalHandlerId where
F: Fn(&Self, &Widget) -> Option<Rectangle> + 'static,