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
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
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
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