[−][src]Trait gio::subclass::prelude::IsSubclassable
Trait for subclassable class structs.
Required methods
fn override_vfuncs(&mut self)
Override the virtual methods of this class for the given subclass.
This is automatically called during type initialization.
Implementations on Foreign Types
impl<T> IsSubclassable<T> for ObjectClass where
T: ObjectSubclass,
[src]
T: ObjectSubclass,