Skip to content
  • Havoc Pennington's avatar
    GtkWidget: add adjust_size_request adjust_size_allocation virtual funcs · cd2a19a6
    Havoc Pennington authored
    Use these new methods to handle set_size_request (aka aux_info)
    inside gtkwidget.c, instead of having external code mess with it.
    
    The virtual functions can be used for other purposes in the
    future. For example, GtkContainer::border_width could be
    automatically implemented for all container subclasses.
    cd2a19a6