]> Pileus Git - ~andy/gtk/commit
Deprecate gtk_notebook_[gs]et_group_id in favour of new functions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 May 2007 05:22:00 +0000 (05:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 May 2007 05:22:00 +0000 (05:22 +0000)
commit40d59813227a14b8d736afe07dfdcce898f59f9b
treefd7e0d713cf8024cbc67d31d424f338fe438375a
parent924d6fdc4e6e920b16ef3caed41903e9a81db2cc
Deprecate gtk_notebook_[gs]et_group_id in favour of new functions

2007-05-19  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtk.symbols:
        * gtk/gtknotebook.[hc]: Deprecate gtk_notebook_[gs]et_group_id
        in favour of new functions gtk_notebook_[gs]et_group, which
        takes a pointer as group identifier and makes it easier to
        avoid group id collisions.  (#386930, Christian Hammond)

        * tests/testnotebookdnd.c: Use new grouping api.

svn path=/trunk/; revision=17873
ChangeLog
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtk.symbols
gtk/gtknotebook.c
gtk/gtknotebook.h
tests/testnotebookdnd.c