Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:How': 0.10; 'gui': 0.12; '12:50': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Tkinter': 0.16; 'subject:insensitive': 0.16; 'subject:make': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'though.': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python- list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iTySaHTqr8/85TyAYNVuevcCSENINJi2ld0PKOMyU40=; b=FLrMm/Gmeqldlf5vR6BpvYbRKd8R/2epP5r7uAVlaeH2YTTKuCgdkU/XyVaICs7D00 f+lk1ObYZhezR6pYo3QmQUULSgYaPMHJ8eYzxYUJfnC06OtzO9yhtacpCa4H5F0pmpud +u79kuc8VoSJbaEDjYmcD1ZuI4iSF1xQOPEfcgwjNTfisLNKdJtO7DkmFoh7ogeNBXux qlpd5psn6dYXJC/o7h1E7PtiYEvHg/BmQBMSCsm0WNoBAXwesLIpCX10XVgiIzZ88JY1 IckABn297+e+jOfFy2ecUtOcPbiF5K5KnotKir8om47FePSD5Zpnfunn7+YAioxuFYUQ OePA== MIME-Version: 1.0 X-Received: by 10.66.157.165 with SMTP id wn5mr9548096pab.169.1381413936145; Thu, 10 Oct 2013 07:05:36 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Oct 2013 01:05:36 +1100 Subject: Re: How to make Tkinter Listbox entry insensitive? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381413939 news.xs4all.nl 15882 [2001:888:2000:d::a6]:47890 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56573 On Fri, Oct 11, 2013 at 12:50 AM, Skip Montanaro wrote: > Does Tk > perhaps use a word other than "insensitive" to describe an item which > you'd normally be able to click? Other synonyms from GUI toolkits are "inactive" and "disabled". I don't know if that'll be any help though. ChrisA