Searched refs:accel_str (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmenuitem.cpp216 XmString accel_str = wxFindAcceleratorText (strName); local
217 if (accel_str)
219 XtVaSetValues ((Widget) m_buttonWidget, XmNacceleratorText, accel_str, NULL);
220 XmStringFree (accel_str);
330 XmString accel_str = wxFindAcceleratorText (label2); local
331 if (accel_str)
333 XtVaSetValues ((Widget) m_buttonWidget, XmNacceleratorText, accel_str, NULL);
334 XmStringFree (accel_str);

Completed in 60 milliseconds