After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 170743 - gtk_dialog_set_alternative_button_order
gtk_dialog_set_alternative_button_order
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
2.6.x
Other All
: Normal normal
: Small feature
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-18 01:35 UTC by Morten Welinder
Modified: 2014-01-25 02:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2005-03-18 01:35:37 UTC
On one hand one should call gtk_dialog_set_alternative_button_order before
the dialog is shown.

On the other hand, doing so get the setting from the default screen, not the
one the widget eventually will be shown up.

It feels like the original and alternate button orders should be saved and
chosen on screen change.