Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out PyGObject from PyGTK. | Johan Dahlin | 2006-01-09 | 1 | -24/+0 |
| | |||||
* | Re-enablePYGTK_2_7_1 | Johan Dahlin | 2005-07-22 | 1 | -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_1 | Johan Dahlin | 2004-11-04 | 1 | -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 |