"Chiou Wei-Han" <[EMAIL PROTECTED]> writes: > gtk_signal_connect( GTK_OBJECT(close_button) , "clicked" , > GTK_SIGNAL_FUNC(&exit) , window ); You're casting the address of a method pointer to a function pointer; won't work at all. You need to use a non-member function. Havoc -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] problems for C++( use gtk1.2.6) Chiou Wei-Han
- [gtk-list] Re: problems for C++( use gtk1.2.6) Karl Nelson
- Havoc Pennington
