To: lablgtk at kaba.or.jp Subject: New snapshot, with some glade support. Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010213122617O.garrigue at kurims.kyoto-u.ac.jp> Date: Tue, 13 Feb 2001 12:26:17 +0900 From: Jacques Garrigue Lines: 19 I have just put a new lablGTK snapshot at http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html This includes basic support for libglade: you can read a .glade file, and it is displayed. Some handlers are predefined (gtk_main_quit, ...). A tool for extracting the widgets with their correct type is yet to come: now you have to cast and wrap by hand. E.g. Glade.init ();; let xml = Glade.create ~file:"project1.glade" ~root:"window1";; let text1 = new GEdit.text (GtkEdit.Text.cast (Glade.get_widget xml ~name:"text1"));; text1#insert "Hello";; Also, some types are relaxed in Gdk.Window, to allow use with pixmaps. Cheers, Jacques Garrigue