background preloader

Gnome-Applet

Facebook Twitter

Zaur Nasibov's Beginner's guide to creating a GNOME applet with Python (Part I) Programming is an art.

Zaur Nasibov's Beginner's guide to creating a GNOME applet with Python (Part I)

To be more specific, it’s an everlasting art. There is no program that could completely satisfy a user. Creating GNOME Panel Applets in Python « God, Your Book Is Great !! Gtk.Window. Gtk.Window.set_title def set_title(title) The set_title() method sets the "title" property of the gtk.Window to the value specified by title.

gtk.Window

The title of a window will be displayed in its title bar.

Pygtk