Home
last modified time | relevance | path

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

/dports/games/xscrabble/xscrabble-2.12/src/
H A Dpopup.c720 XtUnmapWidget(bestgotop[dnum]); in BestgoPopdown()
732 bestgotop[dnum] = XtVaAppCreateShell("bestgoshell",app_def_file, in CreateBestgoPopup()
735 bestgotop[dnum],NULL); in CreateBestgoPopup()
747 XtRealizeWidget(bestgotop[dnum]); in CreateBestgoPopup()
748 XtAddCallback(bestgodismiss[dnum],XtNcallback,BestgoPopdown,bestgotop[dnum]); in CreateBestgoPopup()
755 XtUnmapWidget(bestgotop[dnum]); in BestgoPopup()
761 XtMapWidget(bestgotop[dnum]); in BestgoPopup()
H A Dxinit.c64 Widget bestgotop[MAXPLAYERS],bestgodismiss[MAXPLAYERS],bestgomain[MAXPLAYERS]; variable
H A Dxglobals.h129 extern Widget bestgotop[],bestgodismiss[],bestgomain[];