Home
last modified time | relevance | path

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

12

/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dinternal.h200 actionfn die; /* private object destructor */
216 actionfn action; /* button/checkbox action */
217 actionfn dble ; /* listbox double-click action */
242 actionfn die; /* user-defined destructor */
243 actionfn close; /* window close function */
261 actionfn focus;
324 PROTECTED void apply_to_list(object first, actionfn fn);
H A Dgmenus.c61 menu newpopup(actionfn fn) in newpopup()
126 menubar gmenubar(actionfn fn, MenuItem a[]) in gmenubar()
139 popup gpopup(actionfn fn, MenuItem a[]) in gpopup()
H A Dgraphapp.h124 typedef void (*actionfn)(control c); typedef
1017 void setaction(control c, actionfn fn);
1019 void setdel(control c, actionfn fn);
1020 void setclose(control c, actionfn fn);
1036 void setonfocus(control c, actionfn fn);
1112 button newbutton(const char *text, rect r, actionfn fn);
1113 button newimagebutton(image img, rect r, actionfn fn);
1116 checkbox newcheckbox(const char *text, rect r, actionfn fn);
1117 checkbox newimagecheckbox(image img, rect r, actionfn fn);
1119 radiobutton newradiobutton(const char *text, rect r, actionfn fn);
[all …]
H A Dga.h62 popup newpopup(actionfn fn);
63 menubar gmenubar(actionfn fn, MenuItem []);
64 popup gpopup(actionfn fn, MenuItem []);
214 button newtoolbutton(image img, rect r, actionfn fn);
H A Dbuttons.c129 unsigned long style, rect r, actionfn fn) in newchildwin()
442 button newimagebutton(image img, rect r, actionfn fn) in newimagebutton()
515 button newimagecheckbox(image img, rect r, actionfn fn) in newimagecheckbox()
540 button newbutton(const char *text, rect r, actionfn fn) in newbutton()
589 button newbutton(const char *text, rect r, actionfn fn) in newbutton()
610 checkbox newcheckbox(const char *text, rect r, actionfn fn) in newcheckbox()
620 radiobutton newradiobutton(const char *text, rect r, actionfn fn) in newradiobutton()
707 checkbox newcheckbox(const char *text, rect r, actionfn fn) in newcheckbox()
808 radiobutton newradiobutton(const char *text, rect r, actionfn fn) in newradiobutton()
1054 listbox newlistbox(const char *list[], rect r, scrollfn fn, actionfn dble) in newlistbox()
[all …]
H A Dcontrols.c46 void setaction(control obj, actionfn fn) in setaction()
58 void setdel(control obj, actionfn fn) in setdel()
65 void setclose(control obj, actionfn fn) in setclose()
144 void setonfocus(control obj, actionfn fn) in setonfocus()
H A Dgbuttons.c92 button newtoolbutton(image img, rect r, actionfn fn) { in newtoolbutton()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dinternal.h200 actionfn die; /* private object destructor */
216 actionfn action; /* button/checkbox action */
217 actionfn dble ; /* listbox double-click action */
242 actionfn die; /* user-defined destructor */
243 actionfn close; /* window close function */
261 actionfn focus;
324 PROTECTED void apply_to_list(object first, actionfn fn);
H A Dgmenus.c61 menu newpopup(actionfn fn) in newpopup()
126 menubar gmenubar(actionfn fn, MenuItem a[]) in gmenubar()
139 popup gpopup(actionfn fn, MenuItem a[]) in gpopup()
H A Dgraphapp.h124 typedef void (*actionfn)(control c); typedef
1017 void setaction(control c, actionfn fn);
1019 void setdel(control c, actionfn fn);
1020 void setclose(control c, actionfn fn);
1036 void setonfocus(control c, actionfn fn);
1112 button newbutton(const char *text, rect r, actionfn fn);
1113 button newimagebutton(image img, rect r, actionfn fn);
1116 checkbox newcheckbox(const char *text, rect r, actionfn fn);
1117 checkbox newimagecheckbox(image img, rect r, actionfn fn);
1119 radiobutton newradiobutton(const char *text, rect r, actionfn fn);
[all …]
H A Dga.h62 popup newpopup(actionfn fn);
63 menubar gmenubar(actionfn fn, MenuItem []);
64 popup gpopup(actionfn fn, MenuItem []);
214 button newtoolbutton(image img, rect r, actionfn fn);
H A Dbuttons.c129 unsigned long style, rect r, actionfn fn) in newchildwin()
442 button newimagebutton(image img, rect r, actionfn fn) in newimagebutton()
515 button newimagecheckbox(image img, rect r, actionfn fn) in newimagecheckbox()
540 button newbutton(const char *text, rect r, actionfn fn) in newbutton()
589 button newbutton(const char *text, rect r, actionfn fn) in newbutton()
610 checkbox newcheckbox(const char *text, rect r, actionfn fn) in newcheckbox()
620 radiobutton newradiobutton(const char *text, rect r, actionfn fn) in newradiobutton()
707 checkbox newcheckbox(const char *text, rect r, actionfn fn) in newcheckbox()
808 radiobutton newradiobutton(const char *text, rect r, actionfn fn) in newradiobutton()
1054 listbox newlistbox(const char *list[], rect r, scrollfn fn, actionfn dble) in newlistbox()
[all …]
H A Dcontrols.c46 void setaction(control obj, actionfn fn) in setaction()
58 void setdel(control obj, actionfn fn) in setdel()
65 void setclose(control obj, actionfn fn) in setclose()
144 void setonfocus(control obj, actionfn fn) in setonfocus()
H A Dgbuttons.c92 button newtoolbutton(image img, rect r, actionfn fn) { in newtoolbutton()
/dports/games/xinvaders3d/xinvaders3d/
H A Dobject.c145 obj->actionfn = NULL; in Object_init()
154 void Object_set_actionfn ( OBJECT *obj, PFV1 actionfn ) in Object_set_actionfn() argument
156 obj->actionfn = actionfn; in Object_set_actionfn()
H A Dobject.h74 PFV1 actionfn; member
H A Dgame.c397 player->actionfn ( player ); in Game_run()
535 pm->actionfn ( pm ); in Game_run()
/dports/net/samba412/samba-4.12.15/third_party/nss_wrapper/
H A Dnss_wrapper.pl21 my $actionfn = undef;
97 $actionfn = $passwdfn;
100 $actionfn = $groupfn;
103 $actionfn = $memberfn;
117 exit $actionfn->($opt_fullpath_passwd, $opt_member, $opt_fullpath_group, $opt_name, $opt_gid);
/dports/devel/nss_wrapper/nss_wrapper-1.1.3/
H A Dnss_wrapper.pl21 my $actionfn = undef;
97 $actionfn = $passwdfn;
100 $actionfn = $groupfn;
103 $actionfn = $memberfn;
117 exit $actionfn->($opt_fullpath_passwd, $opt_member, $opt_fullpath_group, $opt_name, $opt_gid);
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/extra-cmds/
H A Dreadtags-cmd.c211 void (* actionfn) (const tagEntry *)) in walkTags()
238 (* actionfn) (first_entry); in walkTags()
254 (* actionfn) (a->a[i].e); in walkTags()
261 void (* actionfn) (const tagEntry *)) in walkTags()
264 (* actionfn) (first_entry); in walkTags()
/dports/graphics/graphviz/graphviz-2.44.1/lib/pack/
H A Dccomps.c38 void (*actionfn) (Agnode_t *, void *); member
45 static void initStk(stk_t* sp, blk_t* bp, Agnode_t** base, void (*actionfn) (Agnode_t *, void *), in initStk()
53 sp->actionfn = actionfn; in initStk()
122 if (stk->actionfn) stk->actionfn(n, state); in dfs()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dhierarchy.el453 (defun hierarchy-labelfn-button (labelfn actionfn)
464 'action (lambda (_) (funcall actionfn item indent))))))
466 (defun hierarchy-labelfn-button-if (labelfn buttonp actionfn)
477 (funcall (hierarchy-labelfn-button labelfn actionfn) item indent)
/dports/math/R/R-4.1.2/src/gnuwin32/
H A Dconsole.h50 void consolesetbrk(console c, actionfn, char ch, char mod);
/dports/math/libRmath/R-4.1.1/src/gnuwin32/
H A Dconsole.h50 void consolesetbrk(console c, actionfn, char ch, char mod);
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/emacs-lisp/
H A Dhierarchy-tests.el482 (actionfn #'identity)
483 (labelfn (hierarchy-labelfn-button labelfn-base actionfn))
491 (actionfn #'identity)
492 (labelfn (hierarchy-labelfn-button labelfn-base actionfn))

12