Trait libhelium::prelude::TabPageExt
source · pub trait TabPageExt: IsA<TabPage> + Sealed + 'static {
// Provided methods
fn tab(&self) -> Tab { ... }
fn set_tab(&self, value: &impl IsA<Tab>) { ... }
fn connect_tab_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn tab(&self) -> Tab
fn set_tab(&self, value: &impl IsA<Tab>)
fn connect_tab_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.