Curses-Devkit

 view release on metacpan or  search on metacpan

fulldemo/help/calendar.help  view on Meta::CPAN

The options are defined in the following table.

</U>Option      Default Value       Type       Purpose<!U>
Day         The current day     Scalar     The day of the calendar.
            of the month.
Month       The current month   Scalar     The month of the calendar.
Year        The current year    Scalar     The year of the calendar.
Dattrib     Normal              Scalar     The attribute of the days.
Mattrib     Normal              Scalar     The attribute of the month name.
Yattrib     Normal              Scalar     The attribute of the year.
Highlight   Reverse             Scalar     The highlight attribute of the cursor.
Filler      .                   Scalar     The default field character.
Xpos        Center              Scalar     This is the position of the window on the X axis.
Ypos        Center              Scalar     This is the position of the window on the Y axis.
Box         True                Scalar     This Boolean states whether the dialog box will have a box drawn around it.
Shadow      False               Scalar     This Boolean states whether the dialog box will have a shadow on the box.

</R>Available Methods<!R>
</B>activate<!B>
Activation of an object means to make the object available for use. The
following example demonstrates how to activate a entry widget.

fulldemo/help/entry.help  view on Meta::CPAN

<C></B>$entryObject->unregister();

</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$entryObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Left Arrow        Moves the cursor one character to the left.
Right Arrow       Moves the cursor one character to the right.
Delete            Deletes the character to the left of the cursor.
Backspace         Deletes the character to the left of the cursor.
Return            Exits the widget and returns a scalar representing
                  the informarion which was typed into the field.
Tab               Exits the widget and returns a scalar representing
                  the informarion which was typed into the field.
Escape            Exits the widget and returns undef.
CTRL-R            Refreshes the screen.

</R>Tips & Tricks<!R>
<B=*>The label can be put on the left, right, top or bottom of the field, 
<I=5>allowing for a more dynamic placement of the label itself.

fulldemo/help/mentry.help  view on Meta::CPAN

<C></B>$mentryObject->unregister();

</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$mentryObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Left Arrow        Moves the cursor left one character.
Right Arrow       Moves the cursor right one character.
Down Arrow        Moves the cursor up down row.
Up Arrow          Moves the cursor up one row.
Backspace         Deletes the character to the left of the cursor.
Delete            Deletes the character to the left of the cursor.
Return            Exits the widget and returns the contents of the field.
Tab               Exits the widget and returns the contents of the field.
Escape            Exits the widget and returns undef.
CTRL-R            Refreshes the screen.

</R>Tips & Tricks<!R>
<B=*>The label can be put on the left, right, top or bottom of the field,
     allowing for a more dynamic placement of the label itself.
<B=*>Setting the Dtype variable to a hidden type creates an entry field
     suitable for a password.

fulldemo/help/menu.help  view on Meta::CPAN

</B>erase<!B>
This method removes the object from the screen. This does </B/U>NOT<!B!U> 
destroy the object. The following example demonstrates how to call the erase 
method.
<C></B>$menuObject->erase ();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Left Arrow        Moves to the menu list on the left.
Right Arrow       Moves to the menu list on the right.
Up Arrow          Moves the cursor up one menu item.
Down Arrow        Moves the cursor up one menu item.
Space             Moves the cursor up down menu item.
Return            Selects the current menu item.
Tab               Moves to the menu list on the right.
Escape            Exits the widget and returns undef.
CTRL-R            Refreshes the screen.

</R>Tips & Tricks<!R>
None.

</R>Physical Restrictions<!R>
</U>Restriction                    Value<!U>

fulldemo/help/radio.help  view on Meta::CPAN

<C></B>$radioObject->unregister();

</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$radioObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Up Arrow         Moves the cursor to one item up.
Down Arrow       Moves the cursor to one item down.
Tab              Moves the cursor to one item down.
Right Arrow      Scrolls the whole list one character to the right.
Left Arrow       Scrolls the whole list one character to the left.
Previous Page    Moves the complete list one screen backwards.
CTRL-B           Moves the complete list one screen backwards
Next Page        Moves the complete list one screen forwards.
CTRL-F           Moves the complete list one screen forwards.
g                Moves to the top of the list.
1                Moves to the top of the list.
G                Moves to the bottom of the list.
$                Scrolls complete list as far left as possible.

fulldemo/help/scroll.help  view on Meta::CPAN

<C></B>$scrollObject->unregister();

</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$scrollObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Up Arrow         Moves the cursor to one item up.
Down Arrow       Moves the cursor to one item down.
Right Arrow      Scrolls the whole list one character to the right.
Left Arrow       Scrolls the whole list one character to the left.
Previous Page    Moves the complete list one screen backwards.
CTRL-B           Moves the complete list one screen backwards
Next Page        Moves the complete list one screen forwards.
CTRL-F           Moves the complete list one screen forwards.
g                Moves to the top of the list.
1                Moves to the top of the list.
G                Moves to the bottom of the list.
$                Scrolls complete list as far left as possible.

fulldemo/help/selection.help  view on Meta::CPAN


</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$selectionObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Space            Cycles the selection for the current item, to the next selection.
Up Arrow         Moves the cursor to one item up.
Down Arrow       Moves the cursor to one item down.
Right Arrow      Scrolls the whole list one character to the right.
Left Arrow       Scrolls the whole list one character to the left.
Previous Page    Moves the complete list one screen backwards.
CTRL-B           Moves the complete list one screen backwards
Next Page        Moves the complete list one screen forwards.
CTRL-F           Moves the complete list one screen forwards.
g                Moves to the top of the list.
1                Moves to the top of the list.
G                Moves to the bottom of the list.
$                Scrolls complete list as far left as possible.

fulldemo/help/viewer.help  view on Meta::CPAN


</B>getwin<!B>
This method returns a pointer to the window of the object. Not much use for this
yet. It will be useful in the future when the drawing methods are added. The
following example demonstrates how to call the getwin method.
<C></B>$viewerObject->getwin();

</R>Default Key Bindings<!R>
</U>Key               Action<!U>
Tab              Selects the next button.
Up Arrow         Moves the cursor to one line up.
Down Arrow       Moves the cursor to one line down.
Tab              Moves the cursor to one line down.
Right Arrow      Scrolls the view one character to the right.
Left Arrow       Scrolls the view list one character to the left.
Previous Page    Moves one screen backwards.
CTRL-B           Moves one screen backwards
Next Page        Moves one screen forwards.
Space            Moves one screen forwards.
CTRL-F           Moves one screen forwards.
g                Moves to the top of the viewer.
1                Moves to the top of the viewer.
G                Moves to the bottom of the viewer.



( run in 0.562 second using v1.01-cache-2.11-cpan-4d50c553e7e )