>> and (i think this is the last one) is it possible to make the widgets >>sticky >> like in tk?
>dunno what it means... sticky mainly refers to which sides the widgets should "stick" to when resized. so if i have a listview which is -sticky => 'ew' then when it gets resized it should stretch to fit across the screen (as in east and west, left and right) but the vertical size would stay relative to how much the window was resized. i hope thats a good enough explanation.