Home
last modified time | relevance | path

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

/dports/games/freeminer/freeminer-0.4.10.4/builtin/fstk/
H A Ddialog.lua36 if not self.hidden then return self.buttonhandler(self,fields) end
53 function dialog_create(name,get_formspec,buttonhandler,eventhandler)
62 self.buttonhandler = buttonhandler
/dports/games/minetest/minetest-5.4.1/builtin/fstk/
H A Ddialog.lua36 if not self.hidden then return self.buttonhandler(self,fields) end
53 function dialog_create(name,get_formspec,buttonhandler,eventhandler)
62 self.buttonhandler = buttonhandler
/dports/devel/py-pyro/Pyro4-4.77/examples/robots/
H A Dgameserver.py94 self.gui.buttonhandler = self
220 …button = Button(rframe, text="Add 5 local bots", command=lambda: self.buttonhandler.button_clicked…
222 …self.startbutton = Button(rframe, text="Start round!", command=lambda: self.buttonhandler.button_c…
229 self.buttonhandler = None
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.h219 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but); variable
H A Dgraphqt.cpp1095 gra->buttonhandler = 0; in getString()
3144 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor) in modalloop()
3157 gra->buttonhandler = buttonhandler; in modalloop()
3175 gra->buttonhandler = 0; in modalloop()
4083 } else if (gra_state == S_MODAL && gra->buttonhandler != 0) in buttonPressed()
4088 BOOLEAN keepon = gra->buttonhandler(gra_cursorx, gra_cursory, but); in buttonPressed()
H A Dgraphpccode.cpp3323 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor) in modalloop()
3341 if (but >= 0 && buttonhandler != 0) in modalloop()
3342 if ((*buttonhandler)(x, y, but)) break; in modalloop()
5117 w->buttonhandler = DEFAULTBUTTONHANDLER; in logplayback()
H A Dgraphunixx11.c5650 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor) in modalloop()
5668 if (but >= 0 && buttonhandler != 0) in modalloop()
5669 if ((*buttonhandler)(x, y, but)) break; in modalloop()
8141 w->buttonhandler = DEFAULTBUTTONHANDLER; in logplayback()
H A DgraphmacX.c3897 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor) in modalloop()
3915 if (but >= 0 && buttonhandler != 0) in modalloop()
3916 if ((*buttonhandler)(x, y, but)) break; in modalloop()
H A Dgraphmac.c4001 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor) in modalloop()
4019 if (but >= 0 && buttonhandler != 0) in modalloop()
4020 if ((*buttonhandler)(x, y, but)) break; in modalloop()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c417 el_curwindowpart->buttonhandler = DEFAULTBUTTONHANDLER; in us_do2init()
1330 if (el_curwindowpart->buttonhandler != 0) in us_ontablet()
1332 (*el_curwindowpart->buttonhandler)(el_curwindowpart, but, x, y); in us_ontablet()
1448 if (w->buttonhandler != 0) in us_ontablet()
1449 (*w->buttonhandler)(w, but, x, y); in us_ontablet()
1621 if (el_curwindowpart->buttonhandler != 0) in us_ontablet()
1623 (*el_curwindowpart->buttonhandler)(el_curwindowpart, but, x, y); in us_ontablet()
2164 if (w->curnodeproto != ow->curnodeproto || w->buttonhandler != ow->buttonhandler || in us_endobjectchange()
H A Dusrcomtv.c3736 if (us_wpop->buttonhandler != 0) (*us_wpop->buttonhandler)(us_wpop, but, x, y); in us_wpopbuttonhandler()
H A Dusreditemacs.c202 win->buttonhandler = us_editemacsgotbutton; in us_editemacsmakeeditor()
H A Dusreditpac.c190 win->buttonhandler = us_editpacgotbutton; in us_editpacmakeeditor()
H A Dusrwindow.c343 neww->buttonhandler = DEFAULTBUTTONHANDLER; in us_switchtocell()
H A Dusrcomln.c660 curw->buttonhandler = DEFAULTBUTTONHANDLER; in us_library()
H A Dusrmisc.c775 w->buttonhandler = DEFAULTBUTTONHANDLER; in us_wantnewwindow()
917 retwin->buttonhandler = DEFAULTBUTTONHANDLER; in us_splitcurrentwindow()
H A Dusrnet.c2302 neww->buttonhandler = DEFAULTBUTTONHANDLER; in us_dokillcell()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxtgui.c1887 XtAddCallback(newwin->area, XtNselect, (XtCallbackProc)buttonhandler, NULL); in GUI_init()
1888 XtAddCallback(newwin->area, XtNrelease, (XtCallbackProc)buttonhandler, NULL); in GUI_init()
H A Dprototypes.h156 extern void buttonhandler(xcWidget, caddr_t, XButtonEvent *);
H A Dxcwin32.c2329 XtAddCallback(newwin->area, XtNselect, (XtCallbackProc)buttonhandler, NULL); in GUI_init()
2330 XtAddCallback(newwin->area, XtNrelease, (XtCallbackProc)buttonhandler, NULL); in GUI_init()
H A Devents.c1503 void buttonhandler(xcWidget w, caddr_t clientdata, XButtonEvent *event) in buttonhandler() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1287 …void (*buttonhandler)(struct Iwindowpart*, INTBIG, INTBIG, INTBIG); /* routine for b… member
2305 BOOLEAN (*buttonhandler)(INTBIG x, INTBIG y, INTBIG but), INTBIG cursor);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c4239 w->buttonhandler = 0; in newwindowpart()
4402 to->buttonhandler = from->buttonhandler; in copywindowpart()
H A Ddbvars.c3756 {x_("buttonhandler"), VADDRESS, (INTBIG*)&db_ptwin.buttonhandler},
/dports/cad/electric/electric-7.00/
H A DChangeLog1237 FIX: In "graphqt.cpp:getmessagesstring" clear gra->buttonhandler.
3809 Added function "modalloop(charhandler,buttonhandler,cursor)".