Re: [GtkD] How to connect to notify::active signal?

2016-09-08 Thread Geert via Digitalmars-d-learn
On Saturday, 4 May 2013 at 09:59:12 UTC, Mike Wey wrote: On 05/04/2013 05:20 AM, Alexandr Druzhinin wrote: 04.05.2013 1:18, Mike Wey пишет: On 05/03/2013 06:30 PM, Alexandr Druzhinin wrote: I need to connect to "notify::active" signal for Switch widget to process changing of its state. The

Re: [GtkD] How to connect to notify::active signal?

2013-05-04 Thread Mike Wey
On 05/04/2013 05:20 AM, Alexandr Druzhinin wrote: 04.05.2013 1:18, Mike Wey пишет: On 05/03/2013 06:30 PM, Alexandr Druzhinin wrote: I need to connect to notify::active signal for Switch widget to process changing of its state. The guides say I shouldn't use onActivate signal, but

[GtkD] How to connect to notify::active signal?

2013-05-03 Thread Alexandr Druzhinin
I need to connect to notify::active signal for Switch widget to process changing of its state. The guides say I shouldn't use onActivate signal, but notify:active. But I didn't find a way to do it. Can somebody help with it?

Re: [GtkD] How to connect to notify::active signal?

2013-05-03 Thread Mike Wey
On 05/03/2013 06:30 PM, Alexandr Druzhinin wrote: I need to connect to notify::active signal for Switch widget to process changing of its state. The guides say I shouldn't use onActivate signal, but notify:active. But I didn't find a way to do it. Can somebody help with it? Are you referring

Re: [GtkD] How to connect to notify::active signal?

2013-05-03 Thread Alexandr Druzhinin
04.05.2013 1:18, Mike Wey пишет: On 05/03/2013 06:30 PM, Alexandr Druzhinin wrote: I need to connect to notify::active signal for Switch widget to process changing of its state. The guides say I shouldn't use onActivate signal, but notify:active. But I didn't find a way to do it. Can somebody