Zim::GUI::PropertiesDialog.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Zim::GUI::PropertiesDialog - dialog for zim

DESCRIPTION

This module contains the preferences dialog for zim. It is autoloaded when needed.

METHODS

"show()"
Present the dialog.
"get_notebook_tab(CONFIG, DIR, DIR_EDITABLE)"
Returns a widget and a hash. The widget is the notebook tab for the properties dialog. The hash is needed to save values later. CONFIG is the config hash of a notebook.

DIR needs to be given separatly since it is not in the config. DIR_EDITABLE determines if DIR will be a label or an entry.

"save_notebook_tab(DATA, CONFIG, NOTEBOOK)"
Save values set by the user to the notebook config. DATA is the hash returned byt "get_notebook_tab()". CONFIG is the config hash of a notebook.
"get_page_tab()"
Returns a widget to fill the tab with page properties.

AUTHOR

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

Copyright (c) 2006 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