Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Ok you want to use GTK/Glade but with what programming language.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just 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?

  4. #4
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108

    Wink

    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.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    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
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •