Re: [gtk-list] Killing Widgets Questions
- From: Owen Taylor <owt1 cornell edu>
- To: gtk-list <gtk-list redhat com>
- Subject: Re: [gtk-list] Killing Widgets Questions
- Date: 20 Dec 1997 12:22:24 -0500
"Thomas S. Urban" <urban@animal.blarg.net> writes:
> Hi
>
> I am working with Gtk on an app, and am wondering what
> the best way to kill widgets is. I've seen setting
> the top level widget to null, and also using some
> destroy_widget function. What I am doing is creating
> a window with a bunch of widgets with a function, and
> then later, I want to kill it after some event. My
> concerns
>
> 1. How to kill the window so that all widgets are
> freed up.
gtk_widget_destroy (window);
Hope this helps,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]