Date: Fri, 27 Aug 2004 15:04:08 +0900 (JST) Message-Id: <20040827.150408.103009672.garrigue at kurims.kyoto-u.ac.jp> To: mike at halcrow.us Cc: lablgtk at kaba.or.jp Subject: Re: Combo entry_completion? From: Jacques GARRIGUE In-Reply-To: <20040827032542.GA4244 at halcrow.us> References: <20040826004336.GB22131 at halcrow.us> <20040826.204051.74729746.oandrieu@nerim.net> <20040827032542.GA4244@halcrow.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Michael Halcrow > > well it's about the same, you modify the model (cf GtkListStore > > API). For instance to add an element: > > > > model#set ~row:model#append ~column data > > So data is of type 'a GTree.column, which is defined: > > type 'a column = {index: int; conv: 'a data_conv; creator: int} > > I can guess what index is, but creator? And data_conv? Heck, no, data is of type string, as you would hope. column is of type column, but you don't make it by hand. Jacques