NAME

FLTK::Browser::Mark - Subclass of FLTK::Menu

Description

TODO

Functions

compare

my $result = $mark->compare( $mark2 );

Returns...

...-2 or less if this is before mark2
...-1 if this is a parent of mark2
...0 if this is equal to mark2
...1 if this is a child of mark2
...2 or greater if this is after mark2

destroy

$mark->destroy( );

Destroy the mark.

is_set

my $set = $mark->is_set( );

new

my $self = $mark->new( );
my $self = $mark->new( $to_clone );

unset

$mark->unset( );

Author

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

License and Legal

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>

This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or notes on the Artistic License 2.0 for clarification.

When separated from the distribution, all original POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See the clarification of the CCA-SA3.0.