Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - msgtoolbar() general tool-bar style dialog http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgToolBar()           General Tool-bar style Dialog
--------------------------------------------------------------------------------

   Syntax:              MsgToolBar( <oWndParent>, <cTitle>, <aActions>,
                                     <aBmps1>, <aBmps2> )  --> nil

   Parameters:

   <oWndParent>         The reference of the container window
                        object of the toolbar to be created.

   <cTitle>             The title of the dialogbox to create

   <aActions>           An array containing several actions in codeblocks,
                        one for each button on the ToolBar.

   <aBmps1>             An array with the names of the BMP files or
                        the BMP resources to use to display the up state
                        of each toolbar button.

   <aBmps2>             An array with the names of the BMP files or
                        the BMP resources to use to display the down state
                        of each toolbar button.

   Returns:             nil

   Observations:        This function lets simplifies the design and
                        activation of a floating toolbar.
                        Its main goal is to increase productivity with
                        a minimum effort.

   Sample:              IDE\\SOURCE\\Report.prg

   Source code:         SOURCE\\FUNCTION\\MsgTBar.prg

   See also:            MsgAlert() MsgInfo() MsgAbout() MsgYesNo()
                        MsgRetryCancel() MsgBeep() MsgMeter() MsgGet()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson