Quote:
Originally Posted by ericshliao
One question:
How to operate with GTK, GDK...function in Lua script? I know that there is a dir "examples" in lgob and I can learn a lot by imitating the examples. But, where is the manual (not the officail GTK documentation)?
|
There isn't any.
Study those examples and take also a look at hansel's and my own's programs: multicalc, minipad, toolbox...[*]
I usually check pygtk docs and programs too and then translate to lua. Though is not directly translatable it should point you in the proper direction. Note that callbacks send arguments in a different way.
Iņigo
[*] Hansel lua code is quite polished and pretty, mine is ugly 'cos I don't know lua much.