summaryrefslogtreecommitdiffstats
path: root/tests/test_dialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-24/+0
|
* Re-enablePYGTK_2_7_1Johan Dahlin2005-07-221-3/+12
| | | | | | | * tests/test_radiobutton.py (RadioToolButtonTest): Re-enable * tests/test_dialog.py (MessageDialogTest.testSubclass): Add tests, for #311226.
* Use PyTuple_GetSlice and PyArg_ParseTuple here, so we can get the samepygtk-2-4-anchorPYGTK_2_4_1Johan Dahlin2004-11-041-0/+15
* gtk/gtk.override (_wrap_gtk_dialog_add_buttons): Use PyTuple_GetSlice and PyArg_ParseTuple here, so we can get the same behavior as in add_button. Reported by Maciej Katafiasz, fixes #156707 * tests/test_dialog.py: Add test for it