Re: Parent receiving child's button press event

2016-08-31 Thread Timm Bäder
On 31.08, Nicola Fontana wrote: > Il Tue, 30 Aug 2016 17:48:34 -0700 Jim Heald > scrisse: > > > Thank you so much! It's literally these return True things that keep > > throwing me off. > > > > Do you have a suggestion of somewhere I can read about all of these > >

Re: Parent receiving child's button press event

2016-08-31 Thread Nicola Fontana
Il Tue, 30 Aug 2016 17:48:34 -0700 Jim Heald scrisse: > Thank you so much! It's literally these return True things that keep > throwing me off. > > Do you have a suggestion of somewhere I can read about all of these > conventions? > ... They are not conventions, they

Re: Parent receiving child's button press event

2016-08-30 Thread Jim Heald
Thank you so much! It's literally these return True things that keep throwing me off. Do you have a suggestion of somewhere I can read about all of these conventions? I also discovered my custom quit function needed to return True if I wanted to abort the window being destroyed and it's making me

Re: Parent receiving child's button press event

2016-08-30 Thread Paul Davis
the child should have its own handler, and that handler should return TRUE. this wil stop propagation up the widget tree. On Tue, Aug 30, 2016 at 8:02 PM, Jim Heald wrote: > Hello, > > I have a grid set up where some event boxes are attached. Each eventbox > (which

Parent receiving child's button press event

2016-08-30 Thread Jim Heald
Hello, I have a grid set up where some event boxes are attached. Each eventbox (which we'll call a column) contains a box with children (which we'll call tiles) that are also eventboxes. What I want is for right clicking a tile to produce one menu (Edit/Delete) whereas right clicking an empty