HomeSort by: relevance | last modified time | path
    Searched refs:Unset (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ToggleP.h 55 XtActionProc Unset;
  /xsrc/external/mit/libXaw/dist/src/
Toggle.c 177 NULL, /* Unset */
207 * Find the set and unset actions in the command widget's action table
214 if (streq(actions[i].string, "unset"))
215 cclass->toggle_class.Unset = actions[i].proc;
218 cclass->toggle_class.Unset != NULL) {
250 * Command widget assumes that the widget is unset, so we only
254 * widget to be unset, thus calling the notify procedure
280 cclass->toggle_class.Unset(w, event, NULL, NULL);
450 cclass->toggle_class.Unset(group->widget, NULL, NULL, NULL);
500 * unset all toggles in the new radio grou
    [all...]
Command.c 100 static void Unset(Widget, XEvent*, String*, Cardinal*);
109 "<Btn1Up>:" "notify() unset()\n"
158 {"unset", Unset},
342 Unset(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
361 Unset(w, event, params, num_params);
List.c 89 static void Unset(Widget, XEvent*, String*, Cardinal*);
266 {"Unset", Unset},
1036 /* Unset() - Action
1041 Unset(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
  /xsrc/external/mit/xbiff/dist/
Mailbox.c 111 "<ButtonPress>: unset()";
115 static void Unset(Widget gw, XEvent *event, String *params, Cardinal *nparams);
119 { "unset", Unset },
295 static void Unset (Widget gw, XEvent *event, String *params, Cardinal *nparams)
304 * look to see if there is new mail; if so, Set, else Unset

Completed in 6 milliseconds