Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtidget.c47 void TidgetWindowNotify(win, ctl_id, nf_type, nf_arg, nf_arg2) in TidgetWindowNotify() argument
49 int ctl_id, nf_type, nf_arg, nf_arg2;
61 client_ev.data.l[3] = (long)(nf_arg & 0x0ffffffff);
68 void TidgetNotify(pti, ctl_id, nf_type, nf_arg, nf_arg2) in TidgetNotify() argument
70 int ctl_id, nf_type, nf_arg, nf_arg2;
72 TidgetWindowNotify(pti->tci.win, ctl_id, nf_type, nf_arg, nf_arg2);
78 void DoTidgetControlNotify(pti, ctl_id, nf_type, nf_arg, nf_arg2) in DoTidgetControlNotify() argument
80 int ctl_id, nf_type, nf_arg, nf_arg2;
92 void TidgetControlNotify(pti, nf_type, nf_arg, nf_arg2) in TidgetControlNotify() argument
94 int nf_type, nf_arg, nf_arg2;
[all …]
H A Dtidget.e53 int nf_arg, int nf_arg2));
55 int nf_arg, int nf_arg2));
57 int nf_arg, int nf_arg2));
H A Dtdgtbtn.c314 int nf_arg=0, nf_arg2=INVALID; local
337 case Button1: nf_arg = (int)Button1; break;
351 nf_arg = Button2;
358 case Button3: nf_arg = Button3; break;
361 if (nf_arg != 0) {
363 nf_arg, nf_arg2);
H A Dtidget.h166 int nf_arg; member
H A Dchat.c354 switch (tdgt_notify.nf_arg) { /* Button[1-3] */