summaryrefslogtreecommitdiff
path: root/gtkmodule.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-12-18 20:39:24 +0000
committerMatt Wilson <msw@src.gnome.org>1999-12-18 20:39:24 +0000
commit089312998a06c0e634bc178342625f19e7fc2182 (patch)
tree105756cbba9e7e8f5ececbff1718ed09a67fd8f6 /gtkmodule.c
parentab42860b3aae163fe794ce7a1979e3f3b12e32e2 (diff)
downloadpygtk-089312998a06c0e634bc178342625f19e7fc2182.tar.gz
removed function
1999-12-18 Matt Wilson <msw@redhat.com> * gtkmodule.c (_wrap_gtk_clist_get_rows): removed function * generate/gtklists.defs (GtkCList): add field for rows
Diffstat (limited to 'gtkmodule.c')
-rw-r--r--gtkmodule.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtkmodule.c b/gtkmodule.c
index c5ced9a8..a0d63500 100644
--- a/gtkmodule.c
+++ b/gtkmodule.c
@@ -4131,15 +4131,6 @@ static PyObject *_wrap_gtk_clist_get_selection(PyObject *self, PyObject *args) {
return ret;
}
-static PyObject *_wrap_gtk_clist_get_rows(PyObject *self, PyObject *args) {
- PyObject *clist;
-
- if (!PyArg_ParseTuple(args, "O!:gtk_clist_get_rows", &PyGtk_Type,
- &clist))
- return NULL;
- return PyInt_FromLong(GTK_CLIST(PyGtk_Get(clist))->rows);
-}
-
static PyObject *_wrap_gtk_clist_new_with_titles(PyObject *self, PyObject *args) {
int c, i;
PyObject *l, *item;
@@ -6123,7 +6114,6 @@ static PyMethodDef _gtkmoduleMethods[] = {
{ "gtk_clist_find_row_from_data", _wrap_gtk_clist_find_row_from_data, 1 },
{ "gtk_clist_get_selection_info", _wrap_gtk_clist_get_selection_info, 1 },
{ "gtk_clist_get_column_width", _wrap_gtk_clist_get_column_width, 1 },
- { "gtk_clist_get_rows", _wrap_gtk_clist_get_rows, 1 },
{ "gtk_combo_set_popdown_strings", _wrap_gtk_combo_set_popdown_strings,1 },
{ "gtk_curve_get_vector", _wrap_gtk_curve_get_vector, 1 },
{ "gtk_curve_set_vector", _wrap_gtk_curve_set_vector, 1 },