Trait gtk::StaticType [] [src]

pub trait StaticType {
    fn static_type() -> Type;
}
[]

Types that are supported by GLib dynamic typing.

Required Methods

[]

Returns the type identifier of Self.

Implementors