Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: setting the font of the root title Date: Tue, 23 Feb 2016 11:45:55 -0500 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de YWjuiJmlXa6jpw745f8LBgxE0jt5pqrVc10ZLfnfLl4Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'effect.': 0.09; 'received:internal': 0.09; 'subject:setting': 0.09; 'toplevel': 0.09; '23,': 0.16; 'googled': 0.16; 'hello:': 0.16; 'larger,': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'widget': 0.18; 'bit': 0.23; 'feb': 0.23; 'wrote': 0.23; 'header:In-Reply-To:1': 0.24; 'code': 0.30; 'window': 0.30; 'generally': 0.32; 'tue,': 0.34; 'appearance': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'operating': 0.37; 'desired': 0.37; 'received:66': 0.38; 'means': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'email addr:gmail.com': 0.62; 'here.': 0.62; 'therefore': 0.67; 'hoping': 0.77 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=Te5lS3QZxVLJAhCgQRoVP9o4iVU=; b=QbnudH 6FQ9I7oXmwo/7DAiNreOAUBowuAZhE9B6g0G1zfJ8Svfu6DwUcvD87sumtCHr6io wjxZ7HitiL7Yuzbf9emiKsvT7FRSdMWqs/eiUiNjxKtIENwa9R83uV+wjXPQIBcd eAIBBNt5xzrJtvXMgRJjcSXVGBjuC3f50ArEI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Te5lS3QZxVLJAhC gQRoVP9o4iVU=; b=qAWgnkxW/w9tQOXjSOvoK2aju+dXkriZYAdXEHeW5axYXeX UYA2jlOdy775A3k6+2+DoAysKzFB4YcIoLOXRc8eGEe/M8uDkPn/PwP0M0iATrqV zCzYfnLHjVTlI/faD3u1uojG40W4KqnfaXjTgU/BxIKtVsaTQ1mik4OSxB4o= X-Sasl-Enc: KOhoT1pUSU46EwaU68FazDIquL1/4rvIuzO7f+8AN6tZ 1456245955 X-Mailer: MessagingEngine.com Webmail Interface - ajax-aeec9b65 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103405 On Tue, Feb 23, 2016, at 11:30, kevind0718@gmail.com wrote: > Hello: > > Newbee here. > > I need to change the font of the title of the root. > Actually I just need it to be larger, which means I may need the > top boarder to be larger. > > I wrote the bit of code below, hoping for the desired effect. > Also googled around regarding the toplevel widget > No luck. Generally the title bar and window border is provided by the window manager or operating system and therefore its appearance is not under the control of your program.