]> Pileus Git - ~andy/gtk/commit
Add a public setting for button ordering (#74669, Owen Taylor)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2004 05:43:29 +0000 (05:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Oct 2004 05:43:29 +0000 (05:43 +0000)
commit8ab4fd4526c773fec284e8293c5303dd283cb66a
tree3ff73d96314cd57fa5db1dd4850d33d0fb0d48e3
parentb63431c82ade00c522ab2df06ee3476085bd6941
Add a public setting for button ordering (#74669, Owen Taylor)

2004-10-25  Matthias Clasen  <mclasen@redhat.com>

Add a public setting for button ordering (#74669, Owen Taylor)

* gtk/gtksettings.c (gtk_settings_class_init): Add a
gtk-alternative-button-order setting.

* gtk/gtkdialog.h:
* gtk/gtkdialog.c (gtk_alternative_dialog_button_order): A
getter for the alternative button order setting.
* gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order):
New function to install an alternative button order for a
dialog.

* gtk/gtkfilesel.c (gtk_file_selection_init):
* gtk/gtkfontsel.c (gtk_font_selection_dialog_init):
* gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons):
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init):
* gtk/gtkfilechooserdefault.c (location_popup_handler):
Set up an alternative button order.
14 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtkcolorseldialog.c
gtk/gtkdialog.c
gtk/gtkdialog.h
gtk/gtkfilechooserdefault.c
gtk/gtkfilesel.c
gtk/gtkfontsel.c
gtk/gtkmessagedialog.c
gtk/gtksettings.c