mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Remove a trailing comma
2000-11-27 Havoc Pennington <hp@redhat.com> * gtk/gtkprivate.h (enum): Remove a trailing comma
This commit is contained in:
parent
e4c935d66f
commit
60bc586718
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-27 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkprivate.h (enum): Remove a trailing comma
|
||||||
|
|
||||||
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
2000-11-27 Federico Mena Quintero <federico@helixcode.com>
|
||||||
|
|
||||||
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
|
||||||
|
@ -48,7 +48,7 @@ typedef enum
|
|||||||
PRIVATE_GTK_HAS_SHAPE_MASK = 1 << 5,
|
PRIVATE_GTK_HAS_SHAPE_MASK = 1 << 5,
|
||||||
PRIVATE_GTK_IN_REPARENT = 1 << 6,
|
PRIVATE_GTK_IN_REPARENT = 1 << 6,
|
||||||
PRIVATE_GTK_DIRECTION_SET = 1 << 7, /* If the reading direction is not DIR_NONE */
|
PRIVATE_GTK_DIRECTION_SET = 1 << 7, /* If the reading direction is not DIR_NONE */
|
||||||
PRIVATE_GTK_DIRECTION_LTR = 1 << 8, /* If the reading direction is DIR_LTR */
|
PRIVATE_GTK_DIRECTION_LTR = 1 << 8 /* If the reading direction is DIR_LTR */
|
||||||
} GtkPrivateFlags;
|
} GtkPrivateFlags;
|
||||||
|
|
||||||
/* Macros for extracting a widgets private_flags from GtkWidget.
|
/* Macros for extracting a widgets private_flags from GtkWidget.
|
||||||
|
Loading…
Reference in New Issue
Block a user