Trait gtk::prelude::StaticType
source · [−]pub trait StaticType {
fn static_type() -> Type;
}Expand description
Types that are supported by GLib dynamic typing.
Required Methods
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self.