Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100350

Re: tkinter: Switch between two grids

From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: tkinter: Switch between two grids
Date 2015-12-12 15:29 -0500
Message-ID <mailman.189.1449952183.12405.python-list@python.org> (permalink)
References <566c664e$0$3071$426a74cc@news.free.fr>

Show all headers | View raw


On 12/12/2015 1:24 PM, sms wrote:

> What I need:
> 1. Fullscreen application

Not directly relevant to the below.

> 2. On the home screen: Three row
> 3. When I click on the main screen, it switches to one row only.

Create homescreen Frame(master=root) or subclasses thereof. Pack the 
homescreen.  When click, homescreen.pack_forget(), then create and and 
pack the other screen (with root as master).

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

tkinter: Switch between two grids sms <amicale.salmson@free.fr> - 2015-12-12 19:24 +0100
  Re: tkinter: Switch between two grids Terry Reedy <tjreedy@udel.edu> - 2015-12-12 15:29 -0500

csiph-web