Home
last modified time | relevance | path

Searched refs:TileChangedProc (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DtkFrame.c224 static Blt_TileChangedProc TileChangedProc; variable
677 TileChangedProc(clientData, tile) in TileChangedProc() function
741 Blt_SetTileChangedProc(framePtr->tile, TileChangedProc,
H A DtkScrollbar.c809 TileChangedProc(clientData, tile) in TileChangedProc() function
939 Blt_SetTileChangedProc(scrollPtr->activeTile, TileChangedProc,
943 Blt_SetTileChangedProc(scrollPtr->tile, TileChangedProc,
947 Blt_SetTileChangedProc(scrollPtr->tile2, TileChangedProc,
H A DbltScrollbar.c830 TileChangedProc(clientData, tile) in TileChangedProc() function
960 Blt_SetTileChangedProc(scrollPtr->activeTile, TileChangedProc,
964 Blt_SetTileChangedProc(scrollPtr->tile, TileChangedProc,
968 Blt_SetTileChangedProc(scrollPtr->tile2, TileChangedProc,
H A DtkButton.c864 static Blt_TileChangedProc TileChangedProc; variable
1653 TileChangedProc(clientData, tile) in TileChangedProc() function
1785 Blt_SetTileChangedProc(butPtr->activeTile, TileChangedProc,
1789 Blt_SetTileChangedProc(butPtr->disabledTile, TileChangedProc,
1793 Blt_SetTileChangedProc(butPtr->innerTile, TileChangedProc,
1797 Blt_SetTileChangedProc(butPtr->activeInnerTile, TileChangedProc,
1801 Blt_SetTileChangedProc(butPtr->disabledInnerTile, TileChangedProc,
1805 Blt_SetTileChangedProc(butPtr->tile, TileChangedProc,
H A DbltGraph.c286 static Blt_TileChangedProc TileChangedProc; variable
437 TileChangedProc(clientData, tile) in TileChangedProc() function
736 Blt_SetTileChangedProc(graphPtr->tile, TileChangedProc, graphPtr);
H A DbltTabset.c922 static Blt_TileChangedProc TileChangedProc; variable
2436 TileChangedProc(clientData, tile) in TileChangedProc() function
2568 Blt_SetTileChangedProc(tabPtr->tile, TileChangedProc, setPtr);
3195 Blt_SetTileChangedProc(setPtr->tile, TileChangedProc, setPtr); in ConfigureTabset()
3198 Blt_SetTileChangedProc(setPtr->bgtile, TileChangedProc, setPtr); in ConfigureTabset()
3201 Blt_SetTileChangedProc(setPtr->seltile, TileChangedProc, setPtr); in ConfigureTabset()
H A DbltHtext.c514 static Blt_TileChangedProc TileChangedProc; variable
1886 TileChangedProc(clientData, tile) in TileChangedProc() function
2386 Blt_SetTileChangedProc(htPtr->tile, TileChangedProc, htPtr);
H A DbltTabnotebook.c836 static Blt_TileChangedProc TileChangedProc; variable
2141 TileChangedProc(clientData, tile) in TileChangedProc() function
2230 Blt_SetTileChangedProc(tabPtr->tile, TileChangedProc, nbPtr);
2796 Blt_SetTileChangedProc(nbPtr->tile, TileChangedProc, nbPtr);
H A DbltGrLine.c897 static Blt_TileChangedProc TileChangedProc; variable
3369 TileChangedProc(clientData, tile) in TileChangedProc() function
3432 Blt_SetTileChangedProc(linePtr->fillTile, TileChangedProc, linePtr);
H A DbltHierbox.c1106 static Blt_TileChangedProc TileChangedProc; variable
3892 TileChangedProc(clientData, tile) in TileChangedProc() function
4026 Blt_SetTileChangedProc(hboxPtr->tile, TileChangedProc, hboxPtr);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkCanvas.c330 static void TileChangedProc _ANSI_ARGS_((ClientData clientData,
2183 Tk_SetTileChangedProc(tile, TileChangedProc, (ClientData) canvasPtr);
5834 TileChangedProc(clientData, tile) in TileChangedProc() function