Function gtk::test_register_all_types
source · [−]pub fn test_register_all_types()
Expand description
Force registration of all core Gtk+ and Gdk object types.
This allowes to refer to any of those object types via
g_type_from_name()
after calling this function.