Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py401 DRAWGRAPHFUNC = ct.CFUNCTYPE(None, ct.c_void_p, ct.POINTER(Windat)) variable
402 libcsound.csoundSetDrawGraphCallback.argtypes = [ct.c_void_p, DRAWGRAPHFUNC]
2100 self.drawGraphCbRef = DRAWGRAPHFUNC(function)