[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Question on C
- From: Mikael Brorsson <miga03 student bth se>
- To: Thomas Keaney <se40319 cs may ie>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Question on C
- Date: Wed, 28 Jan 2004 20:13:08 +0100
Thomas Keaney wrote:
> This hasnt anything to do with GTK+ but I was wondering would any one
> know how to program in a delay( say a delay of 2 seconds after
> clicking on a button before another event happens). Cheers
>
> Regards,
> Thomas Keaney
> 4 CSSE
Try this!
#include <unistd.h>
unsigned int sleep(unsigned int seconds);
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]