Re: [pygtk] GtkCList and find_row_from_data()

2001-10-24 Thread Christian Robottom Reis

On 23 Oct 2001, Travis Hume wrote:

> What should the data parameter to find_row_from_data() look like?  The
> clist has two columns and I also associate some additional data with
> each row using set_row_data()

Well, "data". Whatever you used to store in the row data. So if it's not
working, it might be pygtk that's broken. Can I see a code snippet?

Take care,
--
Christian Reis, Senior Engineer, Async Open Source, Brazil.
http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk



[pygtk] GtkCList and find_row_from_data

2001-10-24 Thread Travis Hume

I'm trying to use the find_row_from_data() in GtkClist to determine if I
should update a row or append a new one, but find_row_from_data() always
returns a -1 (row not found).

What should the data parameter to find_row_from_data() look like?  The
clist has two columns and I also associate some additional data with
each row using set_row_data()


-- 
--
Travis Hume
Software Engineer
Tenzing Communications Inc.
[EMAIL PROTECTED]

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk



[pygtk] GtkClist and find_row_from_data

2001-10-24 Thread Travis Hume

I'm trying to use the find_row_from_data() in GtkClist to determine if I
should update a row or append a new one, but find_row_from_data() always
returns a -1 (row not found).

What should the data parameter to find_row_from_data() look like?  The
clist has two columns and I also associate some additional data with
each row using set_row_data()

-- 
Travis Hume
Software Engineer
Tenzing Communications Inc.
[EMAIL PROTECTED]

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk



[pygtk] GtkCList and find_row_from_data()

2001-10-23 Thread Travis Hume

I'm trying to use the find_row_from_data() in GtkClist to determine if I
should update a row or append a new one, but find_row_from_data() always
returns a -1 (row not found).

What should the data parameter to find_row_from_data() look like?  The
clist has two columns and I also associate some additional data with
each row using set_row_data()
-- 
--
Travis Hume
Software Engineer
Tenzing Communications Inc.
[EMAIL PROTECTED]

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk