Python, GUI, and GTK+

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Piotr Husiatynski

    #1

    Python, GUI, and GTK+

    Hi,
    I'm new at GUI programming. I've heard about Gazpacho but I couldn't find
    any tutorial about it on Internet (even on the gazpacho page). Becouse of
    that fact, I've installed Glaze, but there's probably no tutorials for
    python too.
    Can anyone point me an introdutory tutorial on how to implement a very
    simple application in GTK+ based on a XML file?

  • UrsusMaximus@gmail.com

    #2
    Re: Python, GUI, and GTK+

    You will find links to 12 pyGtk tutorials here :




    Clck on:
    GUI Programming: pyGTK and Gnome (12)

    Comment

    • Dave Cook

      #3
      Re: Python, GUI, and GTK+

      On 2006-02-05, Piotr Husiatynski <husio@o2.pl> wrote:
      [color=blue]
      > I'm new at GUI programming. I've heard about Gazpacho but I couldn't find
      > any tutorial about it on Internet (even on the gazpacho page). Becouse of
      > that fact, I've installed Glaze, but there's probably no tutorials for
      > python too.
      > Can anyone point me an introdutory tutorial on how to implement a very
      > simple application in GTK+ based on a XML file?[/color]

      Gazpacho tries to follow Glade closely, but adds some things like support
      for actions and kiwi widgets. So look for tutorials on Glade, and then read
      up on actions. Then what Gazpacho is trying to do should be more clear.

      You should be able find everything you need at pygtk.org in the righthand
      sidebar.

      Dave Cook

      Comment

      Working...