Adrian Witas > Curses-UI-Grid-0.15 > Curses::UI::Grid::Row

Download:
Curses-UI-Grid-0.15.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  1
View/Report Bugs
Module Version: 0.14   Source  

NAME ^

Curses::UI::Grid::Row - Create and manipulate row in grid model.

CLASS HIERARCHY ^

 Curses::UI::Grid
    |
    +----Curses::UI::Row

SYNOPSIS ^

    use Curses::UI;
    my $cui = new Curses::UI;
    my $win = $cui->add('window_id', 'Window');
    my $grid =$win->add('mygrid','Grid' );
    my $row1=$grid->add_row( -fg=>'blue'
                            ,-bg->'white' );

DESCRIPTION ^

       Curses::UI::Grid::Row is a widget that can be used to
       manipulate row in grid model


      See exampes/grid-demo.pl in the distribution for a short demo.

STANDARD OPTIONS ^

       -parent,-fg,-bg

WIDGET-SPECIFIC OPTIONS ^

METHODS ^

WIDGET-SPECIFIC OPTIONS ^

SEE ALSO ^

Curses::UI::Grid::Cell Curses::UI::Grid

AUTHOR ^

Copyright (c) 2004 by Adrian Witas. All rights reserved.

COPYRIGHT AND LICENSE ^

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

syntax highlighting: