Thanks Murray,
This tip will be a great one to help simplifying my Gtkmm programs.

----- Original Message ----- From: "Murray Cumming" <[email protected]>
To: "Ehsan Aali" <[email protected]>
Cc: <[email protected]>
Sent: Tuesday, May 03, 2011 11:50 AM
Subject: Re: Gtk::manage must be used only with add() ?


On Mon, 2011-05-02 at 23:59 +0430, Ehsan Aali wrote:
I am wondering does Gtk::manage only work properly with add() function or
will it manage to allocate and free the memory even if being used with
append_page() or pack_start() ?

Yes, it should work with anything that makes it a child of a container
widget.


--
[email protected]
www.murrayc.com
www.openismus.com


_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to