Hello folks, After nearly 2 months I decided to do something using glade, atleast to play aroud with it, and in doing so i did something useful– developed a small simple-very simple- wrapper for wget. To be frank, I am very new to Gtk/Glade. I started learning the basics a couple of months back and left it as such.
So, today, when after some struggles, I created my first proper Gtk/Glade application, I was really happy. I decided to work more on it now. To say more on my application, it is just a very, very small wrapper for wget. Actully it is not even complete.What it does is that, it has a text entry field where we need to give the complete url and press the button provided there.It downloads the corresponding file to the users home directory.
But, I hope that I will continue working on that and develop it into a full fledged wrapper for wget. Another important benefit of this tryst with Gtk/Glade is that I have for the first time understood invoking system calls from C. So