Re: [gedit-list] Plugin Documentation



Paolo Borelli wrote:
> September wrote:
>> Hi.
>>
>> I'm trying to write a plugin for gedit that will display a list of all 
>> open files _by directory_ in the left panel. Unfortunately, I haven't 
>> been able to find much documentation on the functions/classes related 
>> to gedit ( gedit.Panel, for example) w.r.t. python, which is what I'm 
>> writing this in.

> At the moment the only documentation is looking at the .h files or 
> typing help(gedit.Panel) in the python console.

Note that gedit 2.15.3 provides a gtk-doc generated documentation, but
this is the C API, which is quite similar to the python one, usually you
just have to replace foo_bar(foo_instance) with foo_instance.bar().






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]