Skip to content
  • Tristan Van Berkom's avatar
    Allow minimal implementation of GtkCellLayout · cad41833
    Tristan Van Berkom authored
    Since GtkCellArea delegate does all the work, cell layout widgets
    who use a GtkCellArea internally only have to implement the _get_area()
    method, this just reduces code to forward the calls over the the internal
    cell area.
    cad41833