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 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Class TMsgBar FROM TWindow
--------------------------------------------------------------------------------

 DATAs
--------------------------------------------------------------------------------
 cMsgDef         The default message to show
 lCentered       If the message should look centered at screen
 lInset          If the message bar should look inset
 lActive         Activate the Msgbar
 lDate           If the message bar should look Date
 lClock          If the message bar should look Clock
 lKbd            If the message bar should look Keyboard status
 oDate           Related MsgItem object if DATE clause used
 oTime           Related MsgItem object if TIME clause used
 oKbd            Related MsgItem object if KEYBOARD clause used
 oFontClock      Font object for the Clock MsgItem
 oFontDate       Font object for the Date MsgItem
 oFontKeyb       Font object for the Keyboard MsgItem
 aItem
 nClrFore        Foreground color as a RGB number
 nClrBack        Background color as a Rgb Number
 nSizeItem

 METHODs
--------------------------------------------------------------------------------
 New             Constructor from source code
 AddItem         Adds n Item to the MsgBar.
 Adjust          Adjust the MsgBar dimensions to its container window
 ClockOff        Turn off the clock.
 ClockOn         Turn on the clock.
 DateOff         Turn off the date.
 DateOn          Turn on the date.
 Default         Default initialization
 DelItem         Deletes an Item from the MsgBar.
 Destroy         Destroys the MsgBar. Automatically called.
 GetItem         Retrieves the number of items of the MsgBar.
 Height          Retrieves the MsgBar Height.
 KeybOff         Turn the keyboard off.
 KeybOn          Turn the Keyboard on.
 LButtonDown     Action to be performed when clicking the mouse
 Paint           Draws the control. This process occurs inside Display.
 Refresh         Repaints the control
 SetMsg          Set the text of the MsgBar
 ShowMsgBar

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