Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/c/
H A Dsci_uicontextmenu.c36 long long* stkAdr = NULL; in sci_uicontextmenu() local
50 sciErr = allocMatrixOfHandle(pvApiCtx, nbInputArgument(pvApiCtx) + 1, nbRow, nbCol, &stkAdr); in sci_uicontextmenu()
58 *stkAdr = GraphicHandle; in sci_uicontextmenu()
H A Dsci_uiwait.c31 long long* stkAdr = NULL; in sci_uiwait() local
54 sciErr = getMatrixOfHandle(pvApiCtx, piAddrstkAdr, &nbRow, &nbCol, &stkAdr); in sci_uiwait()
68 iObjUID = getObjectFromHandle((unsigned long) * stkAdr); in sci_uiwait()
H A Dsci_progressionbar.c36 long long* stkAdr = NULL; in sci_progressionbar() local
164 … sciErr = allocMatrixOfHandle(pvApiCtx, nbInputArgument(pvApiCtx) + 1, nbRow, nbCol, &stkAdr); in sci_progressionbar()
172 *stkAdr = (long long)GraphicHandle; in sci_progressionbar()
H A Dsci_toolbar.c41 long long* stkAdr = NULL; in sci_toolbar() local
121 sciErr = getMatrixOfHandle(pvApiCtx, piAddrstkAdr, &nbRow, &nbCol, &stkAdr); in sci_toolbar()
135 iParentUID = getObjectFromHandle((long) * stkAdr); in sci_toolbar()
H A Dsci_waitbar.c38 long long* stkAdr = NULL; in sci_waitbar() local
394 … sciErr = allocMatrixOfHandle(pvApiCtx, nbInputArgument(pvApiCtx) + 1, nbRow, nbCol, &stkAdr); in sci_waitbar()
402 *stkAdr = GraphicHandle; in sci_waitbar()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/cpp/
H A Dsci_datatip_manager_mode.cpp40 int stkAdr = 0; in sci_datatip_manager_mode() local