I have a question:
Can I access gdk_gc_new() (
http://library.gnome.org/devel/gdk/s...-Contexts.html) in lua script through lgob?
I want to use some GDK drawing primitives (
http://library.gnome.org/devel/gdk/2...rimitives.html), and some functions need GdkGC parameter.
Added:
I figured it out. It's gdk.GC.new().