Histogram widget

2006-06-01 Thread Alberto Mardegan
Hi all! I'm going to write a widget for displaying histograms. Would it be elegant/smart/useful if it were to fetch the data from a GtkTreeModel, or would it be an unneeded complexity and just some GArrays are better? I'm thinking of a GtkTreeModel, in which every row is a histogram bar; hence w

Re: Histogram widget

2006-06-01 Thread Jean Bréfort
Le jeudi 01 juin 2006 à 13:03 +0200, Alberto Mardegan a écrit : > Hi all! > I'm going to write a widget for displaying histograms. Would it be > elegant/smart/useful if it were to fetch the data from a GtkTreeModel, > or would it be an unneeded complexity and just some GArrays are better? > > I'