Date: Sun, 25 Nov 2001 13:03:50 +0900 (JST) Message-Id: <20011125.130350.01020026.wakita at is.titech.ac.jp> To: alan.schmitt at inria.fr Cc: lablgtk at kaba.or.jp Subject: Re: about glib From: wakita In-Reply-To: <20011124180136.Z5213 at alan-schm1p> References: <20011124180136.Z5213 at alan-schm1p> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit GMain.Timeout.add can be used to add a timer. Ken In message (<20011124180136.Z5213@alan-schm1p>) from Alan Schmitt , talking about "about glib", on Sat, 24 Nov 2001 18:01:36 +0100 > Hi, > > I'm converting a small app from gtk to lablgtk, and I must say that I'm > impressed by how easy it is (I must admit I was scared by the lack of > documentation, but the examples cover many things). > > In my gtk code, I'm using some glib functions, such as g_timeout_add (to > have some kind of alarm), g_date_set_time and other very useful date and > time functions. I cannot seem to find them in lablgtk, so I wonder if I > should look harder, or try to find some other way to do it. > > Thanks, > > Alan > > > -- > The hacker: someone who figured things out and made something cool happen.