Results 1 to 5 of 5
Hi all,
I want to create GTK/Glade based GUI applications. I could not find any better tutorial in in Internet. Can someone here help me out?
Thanks in advance....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-05-2009 #1Just Joined!
- Join Date
- Jan 2007
- Location
- Tamil Nadu, India
- Posts
- 18
Help on GTK/Glade
Hi all,
I want to create GTK/Glade based GUI applications. I could not find any better tutorial in in Internet. Can someone here help me out?
Thanks in advance.
- 10-05-2009 #2
Ok you want to use GTK/Glade but with what programming language.
- 10-05-2009 #3Just Joined!
- Join Date
- Jan 2007
- Location
- Tamil Nadu, India
- Posts
- 18
Since I have some knowledge in Python, I am planning to use Python as my programming language.
Is Python and GTK/Glade a good combination to work with?
With what language most of the GTK/Glade applications are created?
- 10-06-2009 #4
I guess it's C/C++, but Python is good too, ( as its being my primary language
)
Python is good with PyGTK, but I prefer to use PyQt.
because of following reasons.
- Better documentation
- Also supports Symbian S60 and Windows Mobile, not just Win,Mac and Lin
- Larger libraries, with complete framework.
- Easier and cleaner code.
- Better GUI builder
But GTK+ isn't bad.
- Its better with resources and performance.
- Bindings for more languages.
- Used more than QT
Its better to stick with your language, don't switch your programming language for GUI toolkit, while you can switch GUI toolkit.
- 10-23-2009 #5
My suggestion would be ,check Sourceforge.net for simple GTK GUI applications and learn from it.
That's how I have created my UI (with GTK+/Glade)from simple prime number computing application isPrime | Get isPrime at SourceForge.net
First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org


Reply With Quote
