Searched refs:DisposeColorTable (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c121 * DISPOSE_PENDING: 1 means a call to DisposeColorTable has
372 static void DisposeColorTable _ANSI_ARGS_((ClientData clientData));
2468 Tcl_CancelIdleCall(DisposeColorTable, (ClientData) colorPtr);
2512 Tcl_DoWhenIdle(DisposeColorTable, (ClientData) colorPtr);
2805 * DisposeColorTable --
2820 DisposeColorTable(clientData)
2839 panic("DisposeColorTable couldn't find hash entry");
2801 DisposeColorTable(clientData) function

Completed in 18 milliseconds