Hi, I am writing a panel applet in python. Now I want to store and retrieve some persistence data. In the C panel applets I have seen people using panel_applet_gconf_get_list, panel_applet_gconf_get_string, etc. Unfortunately, I couldn't find them in gnome-python, so I started to implement them myself (most are trivial extensions by adding a few lines to applets.def, panel_applet_gconf_get_list and panel_applet_gconf_set_list are a bit harder). However, before I continue this effort, perhaps there is another way to accomplish the same more easily and better without using these panel_applet_gconf functions. Moreover the panel_applet_gconf_* functions are poorly documented (well of I can read the source !-). On the other hand, perhaps other people are interested in my effort.
Cheers, Hans.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
