Skip to content
  • Timm Bäder's avatar
    flowbox: Implement get_child_at_pos properly · c73e0709
    Timm Bäder authored
    With transforms in the mix, checking if the coordinate is inside the
    widget "allocation" makes even less sense. Just use gtk_widget_pick()
    and walk up until we find a GtkFlowBoxChild.
    c73e0709