Re: pls explain this flags use

2011-12-28 Thread Ian Kelly
On Wed, Dec 28, 2011 at 10:16 AM, Tracubik wrote: > Hi all, > i've found here (http://python-gtk-3-tutorial.readthedocs.org/en/latest/ > layout.html#table) this code: > > [quote] > If omitted, xoptions and yoptions defaults to > Gtk.AttachOptions.EXPAND | Gtk.AttachOptions.FILL. > [end quote] > >

pls explain this flags use

2011-12-28 Thread Tracubik
Hi all, i've found here (http://python-gtk-3-tutorial.readthedocs.org/en/latest/ layout.html#table) this code: [quote] If omitted, xoptions and yoptions defaults to Gtk.AttachOptions.EXPAND | Gtk.AttachOptions.FILL. [end quote] xoptions have 3 flags: EXPAND, FILL, SHRINK so, how it is supposed