RE: [gtkmm] Updating Windows



On Wed, 2004-04-07 at 17:36, Laughlin, Joseph V wrote:
> Sorry.
> 
> When the application has already displayed all the widgets that are in
> the glade file, how can we dynamically add more widgets to the window?

Put some multi-item container (such as a Gtk::VBox) in the window (in
glade), and then use that container's methods ( such as
Gtk::Box::pack_start() ) to add an extra child widget.

-- 
Murray Cumming
www.murrayc.com
murrayc murrayc com




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