Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DCombo.java718 Callback cbtCallback = new Callback (this, "CBTProc", 3); //$NON-NLS-1$ in createHandle() local
719 cbtHook = OS.SetWindowsHookEx (OS.WH_CBT, cbtCallback.getAddress (), 0, threadId); in createHandle()
723 cbtCallback.dispose (); in createHandle()