PDA

View Full Version : Panel Applet Help



jasonpeinko
January 28th, 2008, 03:47 AM
I am wanting to create my own panel applet specifically a new menu.

I have no idea where to start, but i have had programing experience.

nick_h
January 28th, 2008, 11:40 PM
You don't say what languages you know, but here are some links with examples and documentation in C.

Firstly, some documentation including a couple of Hello World examples:

Writing Gnome Applets in Gnome2 (http://www.gnome.org/projects/ORBit2/appletstutorial.html)
Panel Applet Library Reference Manual (http://library.gnome.org/devel/panel-applet/unstable/index.html)

and a reference for the panel applet object:

The PanelApplet object (http://library.gnome.org/devel/panel-applet/unstable/PanelApplet.html)

You may also find a GTK+ tutorial useful:

GTK+ 2.0 Tutorial (http://www.gtk.org/tutorial/)