Paul Childs wrote:
How you create and pack the button isn't going to effect its behaviour on closing. This ...
I think this new_window() is unrelated to anything in main(). As prev'ly noted, I took months off from working on this project. I have found where this window gets closed. it is beyond my ken, tho. If a simple gtk_widget_destroy() would do the trick, it would solve a lot of problems.
The code to close the window that displays and plays back what was already spoken is this:
/* since this button is to remove the window, i pass
* the window as the data and then pass the window
* to gtk_widget_destroy() inside the cb
*/
gtk_signal_connect (GTK_OBJECT (closebtn), "button_press_event",
(GtkSignalFunc) remove_text_window, window);
It is probably evident that I was flying blind when i wrote this.
Paul Childs wrote:
I've talked to enough people who are interested in this project that if i give them a site, it ought to become known. Besides, there really isn't that much left to do. I've been using RCS since it showed up, and CVS at work. I know zip about git, but it's time to learn. {And I
will check out your URL's... . Thankee.)