Re: Emitting destroy signal



Le sam 03/07/2004 à 13:12, Russell Shaw a écrit :

hi,

[...]

When the exit button in the table widget is clicked, the table widget
is destroyed, but its parent container (a GtkWindow) remains. How do
i get that to be destroyed too?

can't you use some of the following methods to retreive it and destroy
it:

gtk_widget_get_parent_window ()
gtk_widget_get_toplevel ()
gtk_widget_get_parent ()
etc.

?

bye





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