Hi Glus, On Wed, 23 Feb 2011 00:50:55 +0100 you wrote: > > Is it possible to avoid that certain columns of a Gtk::Table attached > in a Gtk::Dialog resize when this Gtk::Dialog resizes horitzontaly and > set them in a fixed width ??
Check out the EXPAND and FILL attributes when packing widgets into the table. If some rows or columns have their contents set to EXPAND and others don't then the ones that don't become "fixed" width. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
