Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WFrameWindow           A frame (shell) window class
 ----------------------------------------------------------------------------
 WFrameWindow
 A frame (shell) window class
 ----------------------------------------------------------------------------
 
 Properties
 App            The application object
 Client         The client area window object
 HelpText       The current help status text
 StatusBar      The status message bar object
 Toolbar        The toolbar object
 WndProc        A code block to handle messages (WM_*) for the window
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WFrameWindow:AddWindow()   For internal use.
 WFrameWindow:Create()      Create a window
 WFrameWindow:DelWindow()   For internal use.
 WFrameWindow:Init()        Construct a frame window object
 WFrameWindow:OnCommand()   Handles menu, toolbar & accelerator messages
 WFrameWindow:OnKillFocus() Input focus lost messages
 WFrameWindow:OnMenuSelect()     Selection (highlighting) of a menu item
 WFrameWindow:OnSetFocus()  Input focus gained message
 WFrameWindow:OnSize()      Size of window set/changed
 WFrameWindow:RegisterClass()    Register a window class, if needed
 WFrameWindow:Send()        Send a message to the object
 WFrameWindow:SetMenu()     Set the window's menu
 
 Inherits From
 WWindow
 
 Inherited By
 WMDIChild
 WMDIFrame
 WSDIWindow
 
 Description
 This class is suitable for frame (also called "shell" or
 "container" or "decorated") windows, i.e. non-trivial windows
 with things like a menu, toolbar, status bar, etc.
 
 Frame windows are often divided into several areas, each being
 represented by one or more objects.  Any part left after
 taking into account the "decorations" (status bar, toolbar,
 etc.) is usually also represented by one or more objects.
 
 Unless you alter it in a sub-class, this class puts any
 toolbar just under its menu (if any), and any status bar at
 the very bottom.  You would usually put a window (the client)
 in the remaining area if you plan to output to that area.
 
 This class automatically re-sizes the windows described above,
 and also handles changes such as adding a window or changing
 the visibility of the status bar and/or toolbar (i.e.
 hiding/showing them).
 
 Although this is a very useful class, you normally use it via
 one of its sub-classes.
 
 Example
 
 See Also  (press Enter)

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