Re: Newbie question



-- muppet <scott asofyet org> wrote
(on Thursday, 14 August 2003, 08:08 AM -0400):

On Thursday, August 14, 2003, at 03:25  AM, Fred. Oger wrote:
I have a VBox containing a widget, is it possible to replace this one
with another one ?

yes, although there are other solutions that may or may not be more 
appropriate.

you can hide and show widgets as you like, so you could pack two sets 
of widgets, and only show one set at a time.  this is the trick 
GnomeDruid uses to replace the "Next" button with a "Finish" button.

you can use a GtkNotebook.  the tabs are optional, as i recall.

Absolutely. You can turn them off using $notebook->set_show_tabs(0).

-- 
Matthew Weier O'Phinney
http://weierophinney.net/matthew/



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