To: lablgtk at math.nagoya-u.ac.jp Subject: Re: Pixbuf combo box References: From: Dmitry Bely Date: Mon, 19 Dec 2005 17:32:41 +0300 In-Reply-To: (Dmitry Bely's message of "Fri, 16 Dec 2005 10:27:07 +0300") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii OK, trying to make it running myself, I've faced the following problem: # let columns = new GTree.column_list;; val columns : GTree.column_list = # let icon_c = columns#add (Gobject.Data.gobject_by_name "GdkPixbuf");; Exception: Failure "Gobject.Type.from_name: GdkPixbuf". This is just taken from lablgtk-2.6.0/examples/iconview.ml, why it does not work? (the example itself fails on my Win32 system with Exception: Sys_error "/: Invalid argument". - probably it was written with Unix in mind) - Dmitry Bely