Did anyone find a good place to find documents for Gtk-perl?
I thought that the GUI would be cooling up on my script, oddly I was feeling how much work it takes ...
Anyhow I want to settle on GTK-Pearl I like the way they flutter it (at least).
I think the problem is that there is no good document on this developer sourceforos page. So I have been left with a scraps for Google which I can get.
I got a good slideshow that showed the basics and I started picking it up quickly. But then I am unable to find out how some things work. For example, when I expand the window my buttons grow larger. My buttons are divided into a table and I think that with it There is something to do but I can not know how to actually anchor the things to the windows. I was thinking VBOX and HBOX objects but it is difficult to get the documentation once.
Anyone? anything? please.
There is no Pearl-specific document for most of the GTK + APIs; You are expected to read and translate Pearl for C API and how this is translated (Naming conventions, naming for C types of Pearl objects, how to use callback, etc.) Have been given in.
Comments
Post a Comment