NAME
dtRdr::GUI::Wx::NoteViewer - a special Wx::Panel
SYNOPSIS
init
$nv->init($frame);
setup
$nv->setup;
_enable_buttons
$self->_enable_buttons;
_disable_buttons
$self->_disable_buttons;
notebar_changed
$self->notebar_changed($event);
notebar_toggle
$self->notebar_toggle($event);
be_open
$nv->be_open;
be_closed
$nv->be_closed;
Note Manipulation
The viewer has a concept of a "current" note, which is updated by the BVManager and the show_note()
method.
no_note
Quit showing whatever note you were showing for whatever reason?
$nv->no_note;
note_changed
Tell the viewer that the note changed.
$nv->note_changed($note);
goto_note
$self->goto_note;
edit_note
$self->edit_note;
delete_note
$self->delete_note;
show_note
$nv->show_note($note_object);
AUTHOR
Eric Wilhelm <ewilhelm at cpan dot org>
http://scratchcomputing.com/
COPYRIGHT
Copyright (C) 2006 Eric L. Wilhelm and OSoft, All Rights Reserved.
NO WARRANTY
Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.
LICENSE
The dotReader(TM) is OSI Certified Open Source Software licensed under the GNU General Public License (GPL) Version 2, June 1991. Non-encrypted and encrypted packages are usable in connection with the dotReader(TM). The ability to create, edit, or otherwise modify content of such encrypted packages is self-contained within the packages, and NOT provided by the dotReader(TM), and is addressed in a separate commercial license.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.