From: Remo E. <re...@pl...> - 2005-04-17 10:58:49
|
hi all i try to implement the following: require 'osx/cocoa' include OSX NSRunLoop.currentRunLoop.addTimer(timer, NSEventTrackingRunLoopMode) But "NSEventTrackingRunLoopMode" is not in the symboltable of Ruby. i found this in the file: "NSApplication.h" as following: APPKIT_EXTERN NSString *NSEventTrackingRunLoopMode; does parse the RubyCocoa such external declarations ? when yes, how i can access it ? regards, Remo Eichenberger |