Re: [gtk-list] Re: blinking
- From: Matthew <matthew mattshouse com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: blinking
- Date: Thu, 24 Feb 2000 04:06:33 -0600
Because it works, and we're releasing tomorrow :). Give me an example.
Matthew
> > int
> > active_step(
> > int counter)
> > {
> > counter /= 12;
> >
> > if (counter) {
> > gtk_pixmap_set(GTK_PIXMAP(pixmap), pixmaps[(counter%12)+1], masks[(counter%12)+1]);
> > while(gtk_events_pending())
> > gtk_main_iteration();
> > }
> > return 1;
> > }
> >
> Why don't you use a timeout instead?
> <ADRIAN>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]