Skip to content
  • Tristan Van Berkom's avatar
    Added GtkCellAreaClass->apply_attributes() · e53dc347
    Tristan Van Berkom authored
    Made gtk_cell_area_apply_attributes use a vfunc & signal so that
    subclasses might do specialized things picking up attributes from the
    model possibly for embedding widgets, and as specially for GtkTreeMenu
    to connect to the signal and synchronize the menu sensitivity states
    in a more convenient way than going through the GtkCellLayoutDataFunc.
    e53dc347