[gtk+] GtkEventBox: Use G_PARAM_EXPLICIT_NOTIFY
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkEventBox: Use G_PARAM_EXPLICIT_NOTIFY
- Date: Mon, 9 Jun 2014 17:43:16 +0000 (UTC)
commit 544b5b0fe671d515ccb0b9c1bce64abce38f95e5
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 8 11:56:57 2014 -0400
GtkEventBox: Use G_PARAM_EXPLICIT_NOTIFY
gtk/gtkeventbox.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 81a8a9e..38c8d91 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -114,14 +114,14 @@ gtk_event_box_class_init (GtkEventBoxClass *class)
P_("Visible Window"),
P_("Whether the event box is visible, as opposed to
invisible and only used to trap events."),
TRUE,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
g_object_class_install_property (gobject_class,
PROP_ABOVE_CHILD,
g_param_spec_boolean ("above-child",
P_("Above child"),
P_("Whether the event-trapping window of the
eventbox is above the window of the child widget as opposed to below it."),
FALSE,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]