Trait libhelium::prelude::TimePickerExt
source · pub trait TimePickerExt: IsA<TimePicker> + Sealed + 'static {
// Provided methods
fn format_12(&self) -> GString { ... }
fn format_24(&self) -> GString { ... }
fn time(&self) -> DateTime { ... }
fn set_time(&self, value: &DateTime) { ... }
fn connect_time_changed<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_time_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
fn format_12(&self) -> GString
fn format_24(&self) -> GString
fn time(&self) -> DateTime
fn set_time(&self, value: &DateTime)
sourcefn connect_time_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn connect_time_changed<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn connect_time_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.