13 января 2011

Python : grid ....

Or if you use the gridder you can remove things temporary and restore
them again easily:

  x.grid(row=0....)
  x.grid_remove() # to temporarily remove
  x.grid() # to restore using the original grid settings
  x.grid_forget() # to remove permanently

(remove is not supported by the packer)

Комментариев нет:

Отправить комментарий