Skip to content
  • Michael Natterer's avatar
    libgimpwidgets: add macros to hide alternative_button_order warnings · 3be0d13b
    Michael Natterer authored
    Since we don't know yet what to do about this, let's not spam the
    build with distracting warnings in the meantime.
    
    gimp_dialog_set_alternative_button_order
    gimp_dialog_set_alternative_button_order_from_array
    
    are macros which just call the deprecated GtkDialog functions, but
    wrap them in G_GNUC_BEGIN,END_IGNORE_DEPRECATIONS.
    3be0d13b