Message-ID: <42F08619.6020307 at email.it> Date: Wed, 03 Aug 2005 10:53:45 +0200 From: Zcode MIME-Version: 1.0 To: lablgtk at math.nagoya-u.ac.jp Subject: GTree rendering question Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm using GTree.view in order to build a tree widget with text and images, where images are on the first column (like a filesystem explorer); my problem is that only text and pixbuf cell_renderers are provided, so I can display text and icons on distinct columns. The result is that when the tree (for instance with depth 4) is fully expanded, images are indented. but text fields are all left-aligned (because images expand the first column). I'm looking for a workaround to that unaesthetic appearance. One way would be to have custom cell_renderers that display pixbuf and text into the same column, is there a way to build a custom cell_renderer directly with lablgtk? Anyone can help? Thanks mauro