Error building template class 'GtkPrintUnixDialog'

2015-02-21 Thread Scott Talbert
Hi all, When calling gtk_print_operation_run(), I'm seeing this GTK error: Gtk-CRITICAL **: Error building template class 'GtkPrintUnixDialog' for an instance of type 'GtkPrintUnixDialog': Invalid object type `GtkPrinterOptionWidget' on line 567 Does anyone know what might be the issue? Thi

Re: Error building template class 'GtkPrintUnixDialog'

2015-02-22 Thread Scott Talbert
On Sun, 22 Feb 2015, Scott Talbert wrote: When calling gtk_print_operation_run(), I'm seeing this GTK error: Gtk-CRITICAL **: Error building template class 'GtkPrintUnixDialog' for an instance of type 'GtkPrintUnixDialog': Invalid object type `GtkPrinterOptionW

Re: Gtk::BuilderError Invalid object type GtkSourceView

2015-03-18 Thread Scott Talbert
On Thu, 19 Mar 2015, Stefan Salewski wrote: in the last months I was working on GTK3 bindings for the Nim programming language (http://nim-lang.org/). Now that they are nearly complete (https://github.com/StefanSalewski?tab=repositories) I tried to make some example code. One is the gtksourcevie

Re: Gtk::BuilderError Invalid object type GtkSourceView

2015-03-18 Thread Scott Talbert
On Thu, 19 Mar 2015, Stefan Salewski wrote: Basically, GTK assumes that its libraries are loaded into the global symbol namespace. I'm guessing that Nim is probably loading them into a local namespace (RTLD_LOCAL) and thus when GtkBuilder tries to load GtkSourceView, it can't find it. Interes