Home
last modified time | relevance | path

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

/dports/devel/agar/agar-1.5.0/gui/
H A Dtlist.h140 AG_MenuItem *AG_TlistSetPopup(AG_Tlist *, const char *);
H A Ddebugger.c331 mi = AG_TlistSetPopup(tl, "window"); in AG_GuiDebugger()
H A Dtlist.c1411 AG_TlistSetPopup(AG_Tlist *tl, const char *iclass) in AG_TlistSetPopup() function
H A D.manlinks.mk512 MANLINKS+=AG_Tlist.3:AG_TlistSetPopup.3
513 CATLINKS+=AG_Tlist.cat3:AG_TlistSetPopup.cat3
/dports/devel/agar/agar-1.5.0/dev/
H A Dbrowser.c774 mi = AG_TlistSetPopup(tlObjs, "object"); in DEV_Browser()