Re: [gtkmm] it´s driving me mad ... (replacing contents of VBox)
- From: "Andreas B. Thun" <abt gmx de>
- To: Martin Schulze <martin-ml hippogriff de>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] itīs driving me mad ... (replacing contents of VBox)
- Date: Mon, 16 Feb 2004 09:01:24 +0100
Thx Martin,
it works!
Not quite. Try:
delete myBox;
myBox = Gtk::manage(new Gtk::VBox());
myBox->pack_start(widget4);
myBox->pack_start(widget5);
myBox->pack_start(widget6);
myBox->show_all(); // or myBox->show_all_children(). Not sure.
m_scrolledParamWindow.add(*myBox);
Regards,
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]