Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'tkinter': 0.07; "'python": 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'window.': 0.09; 'jan': 0.12; 'loop.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'library': 0.18; 'looked': 0.18; 'working.': 0.19; 'manual': 0.22; 'header:User-Agent:1': 0.23; 'scroll': 0.24; 'question': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'needed.': 0.30; "i'm": 0.30; 'maybe': 0.34; 'info': 0.35; 'but': 0.35; "didn't": 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'full': 0.61; 'new': 0.61; 'received:173': 0.61; 'email addr:gmail.com': 0.63; 'show': 0.63; 'provide': 0.64; 'content,': 0.68; 'received:fios.verizon.net': 0.84; 'good,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: On a scrollbar for tkinter Date: Thu, 02 Jan 2014 15:41:23 -0500 References: <4e8eb7ab-4df0-4d89-ad92-617bd376d85b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <4e8eb7ab-4df0-4d89-ad92-617bd376d85b@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388695300 news.xs4all.nl 2932 [2001:888:2000:d::a6]:57373 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63000 On 1/2/2014 2:52 PM, eneskristo@gmail.com wrote: > I'm new to tkinter, but I have to use it for a program for a competition. So, I make a RadioButton program using a while loop. So far so good, fully working. BUT it didn't show the full content, even after maximising the window. So, my question is, how do I make a scroll bar(On x and y axis) for my Main Frame. I can provide additional info if needed. Have you already searched 'python tkinter scrollbar', with maybe 'example' added? Or looked at the links given in the library manual chapter? -- Terry Jan Reedy