From: Tom Sawyer Date: 2002-08-29T13:19:56+09:00 Subject: Ruby/DL with GTK gtk_signal_connect hi all, i'm working with Ruby/DL, binding to GTK. it is very cool. but i have a problem. i dont know how to get gtk_signal_connect to reference a proc. ex- Gtk.gtk_signal_connect(@native, "destroy", proc { @meta.close }, nil) the example on the Ruby/DL site uses a callback insead of the proc, but that dosen't help me as far as i can tell, i need to run a block of ruby code when the signal fires. anyone? thanks, transami