Re: gui interface with gtk



On Mon, 18 Feb 2002 14:10:55 -0300
Gustavo Noronha Silva <kov debian org> wrote:

   /* calls testrgb_rgb_cb every 100 miliseconds) */
   dto = gtk_timeout_add (100, testrgb_rgb_cb (drawing_area);
oops... 

     dto = gtk_timeout_add (100, testrgb_rgb_cb, drawing_area);

that's right ;)

[]s!

-- 
    Gustavo Noronha Silva - kov <http://www.metainfo.org/kov>
*---------* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+
|  .''`.  | Debian GNU/Linux: <http://www.debian.org>         |
| : :'  : + Debian BR.......: <http://debian-br.cipsga.org.br>+
| `. `'`  + Q: "Why did the chicken cross the road?"          +
|   `-    | A: "Upstream's decision." -- hmh                  |
*---------* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]