mate-desktop / mate-polkit

Authentication Agent for PolicyKit and MATE
https://mate-desktop.org
Other
14 stars 14 forks source link

drop deprecated gtk_dialog_get_action_area #50

Closed yetist closed 5 years ago

raveit65 commented 5 years ago

I seems to be working, but i am still wondering why the GtkButtonBox around the buttons called action_area in gtk3-inspector? Bildschirmfoto zu 2019-07-05 10-37-44 And yes, i tested that several times that my rpm use the commit. As you can see the other commit which remove gtk-cancel from button works well.

yetist commented 5 years ago

The "action-area-border" and "button-spacing" style properties should set through themes css file.

https://developer.gnome.org/gtk3/stable/GtkDialog.html#GtkDialog--s-action-area-border https://developer.gnome.org/gtk3/stable/GtkDialog.html#GtkDialog--s-button-spacing

raveit65 commented 5 years ago

Yes, we have that in themes, but why i see the GtkButtonBox name action_area in inspector. I mean you removed that widget in commit. Or does this come directly from GtkDialog?

yetist commented 5 years ago

I think it come from GtkDialog.