OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addEvents
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp
103
void EventHistory::
addEvents
(WpaMsgList msgs)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
55
addEvents
(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize});
60
addEvents
(m_text, m_textListener, new int[]{
74
addEvents
(m_arrow, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut});
85
addEvents
(m_table, m_tableListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut});
287
private void
addEvents
(Widget widget, Listener listener, int[] events) {
Completed in 73 milliseconds