[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MsgToolBar( oWndParent, cTitle, aActions, aBmps1, aBmps2 )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<oWndParent> Is a reference to the container window object of the
toolbar to be created.
<cTitle> Is the title of the tool bar dialog, default is "ToolBar"
<aActions> An array containing one codeblock for each button of
the ToolBar, that will be evaluated if the button is
activated
<aBmps1> An array with the names of the BMP files or resources that
represent the 'up' state of each toolbar button.
<aBmps2> An array with the names of the BMP files or resources that
represent the 'pushed' state of each toolbar button.
DESCRIPTION:
This function lets you easily create and activate a floating tool bar
dialog, like the ones found in many editors and painting programs.
SOURCE:
SOURCE\FUNCTION\MSGTBAR.PRG
See Also:
TBtnBmp
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson