]> Pileus Git - ~andy/gtk/commit
Remove container implementation, which isn't thought for handling
authorCarlos Garnacho <carlos@imendio.com>
Tue, 24 Jun 2008 10:22:40 +0000 (10:22 +0000)
committerCarlos Garnacho <carlosg@src.gnome.org>
Tue, 24 Jun 2008 10:22:40 +0000 (10:22 +0000)
commit60e1b3ea89c6103cd5b000758721cda1a6a3db76
tree5e55be69b74da413703d9b7e3c53f57c196f44bd
parenta13f698b3a1d5d3376cc60c3ea99b1857f1f8a19
Remove container implementation, which isn't thought for handling

2008-06-24  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkdialog.[ch]: Remove container implementation, which isn't
        thought for handling non-direct children. Fixes #539732.
        (gtk_dialog_pack_start) (gtk_dialog_pack_end): Removed as well, it
        doesn't provide enough control to API users (removing, reordering...),
        this is better handled through:
        (gtk_dialog_get_content_area): New function which just returns
        dialog->vbox.
        * gtk/gtk.symbols: Modify accordingly.
        * docs/reference/gtk/tmpl/gtkdialog.sgml: Update docs to recommend
        using gtk_dialog_get_[action|content]_area() instead of accessing
        dialog struct members directly.

svn path=/trunk/; revision=20680
ChangeLog
docs/reference/gtk/tmpl/gtkdialog.sgml
gtk/gtk.symbols
gtk/gtkdialog.c
gtk/gtkdialog.h