diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2006-03-22 16:11:48 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2006-03-22 16:11:48 +0000 |
commit | f77c0fb15ec8ee8010564dff83838d892176607d (patch) | |
tree | 1e334ea0a454108b472a3553aeaa349ef40cb3c6 /ChangeLog | |
parent | 0047b0b98ddfa0b21097ef2dd787393cf2ed5e31 (diff) | |
download | gtk+-f77c0fb15ec8ee8010564dff83838d892176607d.tar.gz |
send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, this
2006-03-22 Carlos Garnacho <carlosg@gnome.org>
* gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
when doing tabs DnD, this allows DnD interaction with other widgets,
added some docs for this too.
* tests/testnotebookdnd.c: add some code to test it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-22 Carlos Garnacho <carlosg@gnome.org> + + * gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage* + when doing tabs DnD, this allows DnD interaction with other widgets, + added some docs for this too. + * tests/testnotebookdnd.c: add some code to test it. + 2006-03-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: |