Re: [Tkinter-discuss] Toggle buttons

2012-07-24 Thread Mark Summerfield
Hi Jane, On Tue, 24 Jul 2012 13:45:38 + (UTC) Jane wrote: > Mark Summerfield qtrac.plus.com> writes: > > > > > Hi, > > > > I want to create a toggle button, i.e., a button that when clicked goes > > down (if it is up) and goes up (if it is down). > > > > One easy way to achieve this is t

Re: [Tkinter-discuss] Toggle buttons

2012-07-24 Thread Jane
Mark Summerfield qtrac.plus.com> writes: > > Hi, > > I want to create a toggle button, i.e., a button that when clicked goes > down (if it is up) and goes up (if it is down). > > One easy way to achieve this is to set the button's style to > "Toolbutton" (see self.toggle2). But unfortunately,

Re: [Tkinter-discuss] Toggle buttons

2012-07-13 Thread Mark Summerfield
Hi Michael, On Thu, 12 Jul 2012 19:13:36 +0200 Michael Lange wrote: > Hi, > > Thus spoketh Mark Summerfield > unto us on Thu, 12 Jul 2012 11:38:37 +0100: > > > Hi, > > > > I want to create a toggle button, i.e., a button that when clicked goes > > down (if it is up) and goes up (if it is dow

Re: [Tkinter-discuss] Toggle buttons

2012-07-12 Thread Michael Lange
Hi, Thus spoketh Mark Summerfield unto us on Thu, 12 Jul 2012 11:38:37 +0100: > Hi, > > I want to create a toggle button, i.e., a button that when clicked goes > down (if it is up) and goes up (if it is down). > > One easy way to achieve this is to set the button's style to > "Toolbutton" (se

[Tkinter-discuss] Toggle buttons

2012-07-12 Thread Mark Summerfield
Hi, I want to create a toggle button, i.e., a button that when clicked goes down (if it is up) and goes up (if it is down). One easy way to achieve this is to set the button's style to "Toolbutton" (see self.toggle2). But unfortunately, that gets rid of the button's relief so it looks out of plac