diff options
author | Paolo Borelli <pborelli@src.gnome.org> | 2003-10-27 13:30:42 +0000 |
---|---|---|
committer | Paolo Borelli <pborelli@src.gnome.org> | 2003-10-27 13:30:42 +0000 |
commit | 134459d3921d6820cf322e9704c1a077b5e36cba (patch) | |
tree | d4d499ecb58096567eb21b62617d8d1eb04c15f4 /widgets | |
parent | 2a8a2c4dd67119268b55ac97eb734cbedfeb93f7 (diff) | |
download | glade-134459d3921d6820cf322e9704c1a077b5e36cba.tar.gz |
Handle internal children when reading a .glade file.
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/gtkdialog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/gtkdialog.xml b/widgets/gtkdialog.xml index 7ce33caa..a858c5a5 100644 --- a/widgets/gtkdialog.xml +++ b/widgets/gtkdialog.xml @@ -2,6 +2,7 @@ <PostCreateFunction>glade_gtk_dialog_post_create</PostCreateFunction> <FillEmptyFunction>glade_gtk_dialog_fill_empty</FillEmptyFunction> + <GetInternalChildFunction>glade_gtk_dialog_get_internal_child</GetInternalChildFunction> <Properties> |