Re: [glade--]Bug in pack_start either in gtkmm or else glademm writer?
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Mark Jones wrote:
> // vbox1->pack_start(*menubar1, Gtk::SHRINK, 0);
pack_start(*menubar1, Gtk::PACK_SHRINK, 0); is the recommended way AFAIK
(a rename of SHRINK to PACK_SHRINK occured in gtkmm2 recently).
Fixed in CVS
Christof