>I want to show a frame/button/whatsoever in one window and on user >interaction I want to exchange it against another one of the same size. > >I read everything I got between my fingers about >widget_show/hide/realize and one thing works pretty fine: to get rid of >the widget I want to get rid of. But I can't show the other widget.
remove the first widget from its parent container, then add the other. --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
