Re: Show sub-range in GtkTreeView



Tim Müller wrote:
On Saturday 12 June 2004 07:35, Russell Shaw wrote:


If i have thousands of rows in a GtkListStore, how should i make
the corresponding GtkTreeView display only a limited range of
rows, such as rows 1000-1050?


Use GtkModelFilter with your list store as child mode, for example.

Cheers
 -Tim

Hi,
I assume that's GtkTreeModelFilter, used with GtkTreeModelFilterVisibleFunc().
Seems i need to recompile a new gtk;)



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