Plain C code bug example for the experts

2016-08-09 Thread Stefan Salewski
I told you about this bug some days ago, I get it in my Nim editor https://github.com/ngtk3/NEd Here is some minimal C code which seems to show a very similar problem. This is for gtk+-3.18.9 Linux AMD64 The task is to replace a GTK notebook with a paned widget containing two notebooks. To

Using GTK+ with Broadway

2016-08-09 Thread Igor D
Hi all, I consider to use GTK+ with Broadway for development of device control application. Device is with functionality similar to broadband modem/router (I intentionally selected example which is familiar for all :-) ). Device should be controlled remotely via web browser. My concern is

Re: 'Cannot convert arbitrary SV to GValue' when setting child property of GtkStack

2016-08-09 Thread Torsten Schönfeld
"Daniel Kasak" : > I'm trying to set the 'needs-attention' property of a GtkStack's child page. > > When I go: > > use Glib qw( TRUE FALSE ); > > my $needs_attention = FALSE; > > if ( $self->{ 'Column' . $i . 'Datasheet' }->count ) { > $needs_attention = TRUE; > } >

Re: 'color-activated' signal not emitting

2016-08-09 Thread Craig Cabrey
Hi, Thanks for your responses. On Mon, Jul 25, 2016 at 6:15 AM, Emmanuele Bassi wrote: > Hi; > > On 23 July 2016 at 21:25, Craig Cabrey wrote: > > According to the docs [0], the "color-activated" signal is emitted upon > > the user making any changes

Re: 'color-activated' signal not emitting

2016-08-09 Thread Craig Cabrey
That makes much more sense and now it's working as I expect it. Thank you! On Mon, Jul 25, 2016 at 9:02 AM, Emmanuele Bassi wrote: > Hi; > > On 25 July 2016 at 13:47, Craig Cabrey wrote: > > >> Not really. The documentation says: > >> > >> """ > >>