Searched defs:Tk_FreeBitmap (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBitmap.c64 * for the bitmap. This table is used by Tk_FreeBitmap.
128 * Tk_FreeBitmap when the bitmap is no longer needed.
133 * to Tk_FreeBitmap, so that the database can be cleaned up when bitmaps
394 * Tk_FreeBitmap --
410 Tk_FreeBitmap(display, bitmap)
420 panic("Tk_FreeBitmap called before Tk_GetBitmap");
427 panic("Tk_FreeBitmap received unknown bitmap argument");
454 * is returned, and should eventually call Tk_FreeBitmap when the
460 * to Tk_FreeBitmap, so that the database can be cleaned up when bitmaps
405 Tk_FreeBitmap(display, bitmap) function

Completed in 14 milliseconds