pre files for gtk

2013-12-09 Thread Per Hedbor () @ Pike (-) developers forum
I was looking at the GTK support in Pike and noticed the wrappers where some sort of pre-files in src/post_modules/GTKx So are these just a special case of mods that new_build_pgtk.pike generates and not another supported way of writing cmods? These are rather special, and are only handled

pre files for gtk

2013-12-09 Thread Tor Edvardsson @ Pike developers forum
There is also a wrapper for the glib-introspection API written by Marcus Comstedt that he showed off a year or so ago, I think it was on a branch in git? Anyway, that one can fairly easily be used to use the gtkwebkit widget directly. That would be really interesting.

pre files for gtk

2013-12-09 Thread Tor Edvardsson @ Pike developers forum
Another question, according to the docs for the GTK module http://pike.lysator.liu.se/generated/manual/modref/ex/predef_3A_3A/GTK.html GTK wrapper module. This is a convenience module that is identical to either either the GTK2 or the GTK1 module depending on which (if any) of them is

Re: pre files for gtk

2013-12-09 Thread Bill Welliver
Indeed, I've got a to-do item on my list to investigate integrating some web engine with GTK. I'm using webkit on OSX, so I was leaning toward a glue for the GTK widget for WebKit. I had forgotten about the introspection code; that might be very useful, as there are only a few methods that'd