[−][src]Trait glib::subclass::types::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.