John Ehresman <[EMAIL PROTECTED]> writes:

> Is there any method or attribute that will return the # of rows of data in
> a CList (and CTree by extension)?

I don't know about any way to get this info in pygtk. The CList has an 
instance variable rows which could be wrapped by pygtk.

Another question about CLists: is there a good way to set the focus
row to a given position, even on C level? The only way I have found is
to emit a scroll_vertical signal with SCROLL_JUMP, which expects a
relative value (0..1) for the postion; you need the number rows to
calculate this value.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to