https://bugs.freedesktop.org/show_bug.cgi?id=43415
--- Comment #18 from robinson <[email protected]> --- (In reply to comment #17) > NOTE: the "SWT" way of doing this, is as follows. > > eventCallback = new Callback (this, "eventProc", 2); > eventProc = eventCallback.getAddress (); > if (eventProc == 0) error (SWT.ERROR_NO_MORE_CALLBACKS); > OS.gdk_event_handler_set (eventProc, 0, 0); I should also mention, make sure that "eventProc" is the name of a Java method... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
