PDA

View Full Version : help! I can't find gnomeapplet api reference on python !



wdxcn1123
December 5th, 2010, 07:40 AM
I am learning how to make gnome applet with python.But i can't find gnomeapplet moudle's api reference. Using help('gnomeapplet') in python command line only show the functions , classes,methods list without parameters's meaning.I want to know how many parameters with function and it's meaning ,also the return values.

I have searched it on the internet long time.Who can help me to find it ,many many thanks!!

volt220
January 1st, 2011, 09:06 AM
Excellent question, I also looking for that information!
Someone who knows?

wdxcn1123
January 1st, 2011, 11:59 AM
I was found it long time. Maybe it is no official API references of gnomeapplet. But you can use the C version document in here (http://library.gnome.org/devel/panel-applet/stable/panel-applet-panel-applet.html),because of 'gnomeapplet' moudle in python is come from its C version . So it has similar method name , parameters and function.