Re: GtkTreeView API question



vishnu pobox com writes:

> How do i get a list of *visible* rows?
> 
> i see gtk_tree_view_get_visible_rect, gtk_tree_view_tree_to_widget_coords,
> gtk_tree_view_get_path_at_pos, etc, but it isn't at all obvious how to put
> these together.

Well, the obvious question is why?  You can call get_visible_rectangle,
followed by alternating get_path_at_pos and get_cell area calls.
What do you want to do with this information, though?

Thanks,
-Jonathan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]