Re: Removin all Widgets from a VBox

2005-06-10 Thread Antonio Gomes
Hi, You could consider the possibility of use gtk_notebook and "tab", instead destroy and recreate widgets with no needs ;) regards On 6/8/05, Peter Bloomfield <[EMAIL PROTECTED]> wrote: > On 06/08/2005 08:13:53 AM Wed, Muthiah Annamalai wrote: > > Hi! > > > > I think Ive a solution to what your

Re: Removin all Widgets from a VBox

2005-06-08 Thread Peter Bloomfield
On 06/08/2005 08:13:53 AM Wed, Muthiah Annamalai wrote: Hi! I think Ive a solution to what youre asking me. Why not just create your own box, pack it in the dialog's vbox, and pack your widgets in it? When you want to change them, destroy your box and recreate it. ___

Re: Removin all Widgets from a VBox

2005-06-08 Thread Muthiah Annamalai
Hi! I think Ive a solution to what youre asking me. --- Guenther Sohler <[EMAIL PROTECTED]> wrote: [snip] > I did not yet find a good strategy to delete all > widgets/childs from within a > vbox. > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > GtkBox [base of VBox & HBox], has a G

Removin all Widgets from a VBox

2005-06-07 Thread Guenther Sohler
I have written an application, where I have Dialog which contains a vbox, which should have different contents in different situations.(there is a next button in the dialog, if you press it, the content of the vbox underneath vbox shall change) I plan is to delete all widgets of the vbox underneath