Re: gtk_widget_area - expose_event - problem



Sorry forgotten:

typGraphics *NewGraphics ()
{
    typGraphics *gfx;

    /* --- Allocate the space --- */
    gfx = (typGraphics *) g_malloc (sizeof (typGraphics));

    /* --- Initialize --- */
    gfx->gc = NULL;
    gfx->pixmap = NULL;

    /* --- Hand back, ready to use. --- */
    return (gfx);
}

Thanks
France

__________________________________________________________________
Tiscali ADSL SENZA CANONE:
Attivazione GRATIS, contributo adesione GRATIS, modem GRATIS,
50 ore di navigazione GRATIS.  ABBONARTI TI COSTA SOLO UN CLICK!
http://point.tiscali.it/adsl/index.shtml






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