fix GtkDialogFlags to have the right values, reported by Jeff Franks

2001-12-30  Havoc Pennington  <hp@pobox.com>

	* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
	the right values, reported by Jeff Franks
This commit is contained in:
Havoc Pennington 2001-12-31 04:43:07 +00:00 committed by Havoc Pennington
parent da1c339092
commit 5c6ef7990c
8 changed files with 38 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -1,3 +1,8 @@
2001-12-30 Havoc Pennington <hp@pobox.com>
* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks
2001-12-30 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.

View File

@ -39,9 +39,9 @@ extern "C" {
/* Parameters for dialog construction */
typedef enum
{
GTK_DIALOG_MODAL, /* call gtk_window_set_modal (win, TRUE) */
GTK_DIALOG_DESTROY_WITH_PARENT, /* call gtk_window_set_destroy_with_parent () */
GTK_DIALOG_NO_SEPARATOR /* no separator bar above buttons */
GTK_DIALOG_MODAL = 1 << 0, /* call gtk_window_set_modal (win, TRUE) */
GTK_DIALOG_DESTROY_WITH_PARENT = 1 << 1, /* call gtk_window_set_destroy_with_parent () */
GTK_DIALOG_NO_SEPARATOR = 1 << 2 /* no separator bar above buttons */
} GtkDialogFlags;
/* Convenience enum to use for response_id's. Positive values are