Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dgraphical.c2620 TRY( recognisers = getAllRecognisersGraphical(gr, OFF) ); in eventGraphical()
2717 { Chain ch = getAllRecognisersGraphical(gr, ON); in recogniserGraphical()
2725 { Chain ch = getAllRecognisersGraphical(gr, ON); in prependRecogniserGraphical()
2735 TRY(ch = getAllRecognisersGraphical(gr, OFF)); in deleteRecogniserGraphical()
2742 getAllRecognisersGraphical(Any obj, BoolObj create) in getAllRecognisersGraphical() function
3608 GM(NAME_allRecognisers, 1, "chain", "create=[bool]", getAllRecognisersGraphical,
H A Dconnection.c419 TRY( recognisers = getAllRecognisersGraphical(c->link->line, OFF) ); in eventConnection()
H A Dproto.h182 COMMON(Chain) getAllRecognisersGraphical(Any obj, BoolObj create);
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/ker/
H A Dsave.c396 storeObject(getAllRecognisersGraphical(obj, ON), file); in storeExtensionsObject()
H A Dobject.c1498 if ( (ch = getAllRecognisersGraphical(me, OFF)) ) in cloneExtenstions()
2230 CheckExt(F_RECOGNISER, getAllRecognisersGraphical, NAME_allRecognisers); in checkExtensonsObject()