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

  /xsrc/external/mit/libXaw/dist/src/
Sme.c 48 static void Notify(Widget);
122 Notify, /* notify */
156 if (m_ent->sme_class.notify == XtInheritNotify)
157 m_ent->sme_class.notify = superC->sme_class.notify;
215 * Notify
224 Notify(Widget w)
Toggle.c 67 static void Notify(Widget, XEvent*, String*, Cardinal*);
75 * The order of toggle and notify are important, as the state has
76 * to be set when we call the notify proc
81 "<Btn1Down>,<Btn1Up>:" "toggle() notify()\n"
118 {"notify", Notify},
254 * widget to be unset, thus calling the notify procedure
287 Notify(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
451 Notify(group->widget, NULL, NULL, NULL);
577 Notify(radio_group, NULL, NULL, NULL)
    [all...]
Command.c 96 static void Notify(Widget, XEvent*, String*, Cardinal*);
109 "<Btn1Up>:" "notify() unset()\n"
155 {"notify", Notify},
406 Notify(Widget w, XEvent *event _X_UNUSED, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
List.c 87 static void Notify(Widget, XEvent*, String*, Cardinal*);
96 "<Btn1Up>:" "Notify()\n"
264 {"Notify", Notify},
984 /* Notify() - Action
991 Notify(Widget w, XEvent *event, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
1000 * notify, so unhighlight and return
SimpleMenu.c 102 static void Notify(Widget, XEvent*, String*, Cardinal*);
249 "<BtnUp>:" "popdown() notify() unhighlight()\n"
251 "<BtnUp>:" "MenuPopdown() notify() unhighlight()\n"
257 {"notify", Notify},
945 * Notify
954 * Notify user of current entry.
958 Notify(Widget w, XEvent *event, String *params _X_UNUSED, Cardinal *num_params _X_UNUSED)
971 (cclass->sme_class.notify)((Widget)entry);
  /xsrc/external/mit/xconsole/dist/
xconsole.c 108 Boolean notify; member in struct:_app_resources
120 {"notify", "Notify", XtRBoolean, sizeof (Boolean),
121 Offset (notify), XtRImmediate, (XtPointer)True },
138 {"-notify", "*notify", XrmoptionNoArg, "TRUE"},
139 {"-nonotify", "*notify", XrmoptionNoArg, "FALSE"},
308 Notify(void)
314 if (!iconified || !app_resources.notify || notified)
338 if (!app_resources.notify || !notified
    [all...]
  /xsrc/external/mit/xfd/dist/
grid.c 65 static void Notify(Widget gw, XEvent *event, String *params,
110 "<ButtonPress>: notify()";
113 { "notify", Notify },
948 Notify(Widget gw, XEvent *event,
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h 143 // stable. If you notice any problems on your platform, please notify
1183 void Notify() {
1251 void Notify();
1296 // thread_can_start.Notify();
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-port.h 146 // stable. If you notice any problems on your platform, please notify
1479 void Notify() {
1546 void Notify();
1591 // thread_can_start.Notify();
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-port.cc 331 void Notification::Notify() {
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-port.cc 229 void Notification::Notify() {

Completed in 18 milliseconds