Skip to content
  • Juan Pablo Ugarte's avatar
    GladeWidget: add support for abstract classes · f6bee53a
    Juan Pablo Ugarte authored and Juan Pablo Ugarte's avatar Juan Pablo Ugarte committed
    In order to support templates with abstract parents glade_widget_read()
    will use a class with the GladeInstantiable prefix. So for a GtkBin
    template it  will use GladeInstantiableGtkBin which of course has to
    derive from GtkBin.
    
    In turn glade_widget_write() will ommit GladeInstantiable prefix.
    f6bee53a