Skip to content
  • Benjamin Otte's avatar
    builder: Allow template parsing to be used with subclasses · beba8be6
    Benjamin Otte authored
    Whenn setting gtk_builder_set_allow_template_parents(), the builder
    instance will accept
      <template class="GtkWidget">
    for a GtkBox instance.
    
    It's going to be used with the new GtkColumnViewCell objects, so that
    it's backwards compatible with ui file factories that use GtkListItem.
    beba8be6