The Widget that Won't Die



Hello,

I'm having some trouble with a GtkWindow widget - specifically, I can't
kill it!

I have a global GtkWidget *confirm; variable, which I create the usual
way (confirm = create_confirm();).

I fill it with stuff, I attach signals to a few buttons in it, and then
I call:

gtk_widget_hide(confirm);
gtk_widget_destroy(confirm);

But it doesn't go away. More specifically, it's a modal dialog box, and
prevents me from doing anything else! Any ideas what might be going on?

~Kyle Wheeler



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]