Zim::GUI::NotebookDialog.3pm

Langue: en

Version: 2009-03-16 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Zim::GUI::NotebookDialog - Chooser dialog with notebooks

DESCRIPTION

FIXME descriptve text

METHODS

"show()"
Construct a new dialog and show it. This is used when the dialog is called in an existing zim instance.
"run(USE_DAEMON)"
Construct a new dialog and run it modal. Returns notebook or undef. The boolean USE_DAEMON detemines whether we query Zim::GUI::Daemon for open notebooks or not.

Use "show()" instead of "run()" when gtk main loop is already running. Typically "run()" is used when this dialog is run as a separate process or when no notebook has been opened yet.

"prompt_notebook(NEW, DIR)"
NEW is a boolean, DIR gives the location of the notebook.

AUTHOR

Jaap Karssenberg (Pardus) <pardus@cpan.org>

Copyright (c) 2007 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO