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 - msgpaint() fivewin messagebar painting function http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MsgPaint()             FiveWin MessageBar painting function
--------------------------------------------------------------------------------

   Syntax:              MsgPaint( <hWnd>, <cMsg>, <cMsgDef>, <lErase>,
                                   <lCentered> )  --> nil

   Parameters:

   <hWnd>               The handle of the window of the MsgBar
                        control that is been painted

   <cMsg>               The message to display

   <cMsgDef>            The alternative default message to be displayed
                        if cMsg is not supplied

   <lErase>             If the whole MessageBar has to be repainted

   <lCentered>          If the message has to be painted centered

   Returns:             nil

   Observations:        This function is automatically used from the
                        class TMsgBar. INTERNAL !!!

   Sample:              Most of the FiveWin samples manages bottom
                        message bars.

   Source code:         SOURCE\\FUNCTION\\MsgTools.c

   See also:            Class TMsgBar


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