Message-ID: <412467B7.3050206 at intellij.com> Date: Thu, 19 Aug 2004 12:41:27 +0400 From: Anton Moscal MIME-Version: 1.0 To: lablgtk at kaba.or.jp Subject: Event handling in widget binding Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi! I'm writing now LablGtk2 bindings for Scintilla editor widget (http://www.scintilla.org) and have a small problem. I don't understand how works lablgtk2 infrastructure for event: I found in srcs *.props files, but can't understand its structure. Are some docs about this matter exists? PS: Scintilla have only one event - "scintilla-notify", which fired for all Scintilla "real" events and have a two parameters - pointer to widget instance and complex C structure containing all information about event. All what I need - pass this info to Caml callback. Regards, Anton Moscal