Zim::GUI::PathBar.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Zim::GUI::PathBar - Path bar widgets

DESCRIPTION

This module contains the widgets to display a path bar. This bar can either show the browsing history or the namespace of the current page.

METHODS

Undefined methods are AUTOLOADED to the Gtk2::Ex::PathBar object.
"new(app =" PARENT)>
Simple constructor.
"init()"
Method called by the constructor.
"widget()"
Returns the root widget. This should be used to add the object to a container widget. Also use this widget for things like show_all() and hide_all().
"set_type(TYPE)"
Set the type of the pathbar. Type can be 'history', 'recent' or 'namespace'.
"update()"
Update the path displayed. Should be called when the current page changes.

AUTHOR

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

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