summaryrefslogtreecommitdiff
path: root/gtk/gtkeventbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-11-08 21:01:14 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-11-08 21:01:14 +0000
commit035b3f327ad7d79c2a980e156917cc5c815cd50f (patch)
tree4b8dad88c4639b0be90198d119d4c66634616365 /gtk/gtkeventbox.c
parent6e6d780b8c5b1fec00efca4cb343095eaa29a9ec (diff)
downloadgtk+-035b3f327ad7d79c2a980e156917cc5c815cd50f.tar.gz
Let visible-window default to TRUE, as documented and implemented.
Sat Nov 8 21:59:30 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkeventbox.c (gtk_event_box_class_init): Let visible-window default to TRUE, as documented and implemented. (#126270 Damon Chaplin)
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r--gtk/gtkeventbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 442563ed10..5bc7b754b0 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -118,7 +118,7 @@ gtk_event_box_class_init (GtkEventBoxClass *class)
g_param_spec_boolean ("visible-window",
_("Visible Window"),
_("Whether the event box is visible, as opposed to invisible and only used to trap events."),
- FALSE,
+ TRUE,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_ABOVE_CHILD,