summaryrefslogtreecommitdiff
path: root/tests/testnotebookdnd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update callersMatthias Clasen2006-06-081-1/+1
|
* Small tweaksMatthias Clasen2006-06-011-4/+7
|
* send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, thisCarlos Garnacho2006-03-221-2/+70
| | | | | | | | | 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.
* Rename ::tab-added and ::tab-removed signals to ::page-added andCarlos Garnacho2006-03-081-4/+4
| | | | | | | | | | | | | | | | | | | | | 2006-03-08 Carlos Garnacho <carlosg@gnome.org> Rename ::tab-added and ::tab-removed signals to ::page-added and ::page-removed for not conflicting with other tab reordering implementations. Fixes bug #333743. Also rename ::tab-reordered to ::page-reordered, and emit it in gtk_notebook_reorder_child () to make it behave consistently with the other two signals. * gtk/gtknotebook.c (gtk_notebook_class_init): rename signals. (gtk_notebook_reorder_tab) (gtk_notebook_button_release) (gtk_notebook_remove) (gtk_notebook_real_insert_page): emit respectively renamed signals (gtk_notebook_reorder_child): also emit ::page-reordered here * tests/testnotebookdnd.c: use renamed signals
* Add testsMatthias Clasen2006-02-231-0/+173