[tomboy-list] Add-in preference dialog
Sandy Armstrong
sanfordarmstrong at gmail.com
Mon Aug 31 06:50:11 PDT 2009
Hi Alan,
Take a look at some of the add-ins that ship with Tomboy, like Note of
the Day and Bugzilla. Both of these add preferences. You just need
to add a line like this in the .addin.xml file:
<Extension path="/Tomboy/AddinPreferences">
<AddinPreferenceFactory
type="Tomboy.NoteOfTheDay.NoteOfTheDayPreferencesFactory" />
</Extension>
Then implement AddinPreferenceFactory (which just has one method that
returns a gtk# widget).
If you have any troubles, let me know. Also, feel free to update or
add new documentation to the wiki.
Sandy
On Sun, Aug 30, 2009 at 11:38 PM, Jenn and Alan
Atherton<theathertons at gmail.com> wrote:
> Hello,
>
> I am modifying the Tomboy-latex add-in, and would like to include a
> preference dialog. I cannot find any documentation or examples on how to do
> this. I would appreciate any information on how to do this.
>
> Thank you,
> Alan Atherton
> _______________________________________________
> Tomboy-list mailing list
> Tomboy-list at lists.beatniksoftware.com
> http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com
>
>
More information about the Tomboy-list
mailing list