Message-ID: <000f01c45d71$42099b70$1501a8c0 at hama> From: "SooHyoung Oh" To: Subject: Q) cell data function on TreeView Date: Tue, 29 Jun 2004 09:37:03 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit I'm reading "GTK+2.0 Tree View Tutorial" (http://scentric.net/tutorial/). There is "5.3 Cell Data Functions" (gtk_tree_view_column_set_cell_data ()) which assigns a function to (view_column, renderer). This cell data function is called every single time a cell in that renderer column is to be rendered. It seems to be useful for printing floating numbers. But, I can't find this function in lablgtk2. Is there any reason to omit this function?