(Up to GView)

GWindow

The GWindow is the top level window class. Typically this class represents the main application window, that has a menu, toolbar and client area.
class GWindow
{
public:
    // Impl
    GMenu *GetMenu()
    virtual void Pour()
    void SetMenu(GMenu *m)
};

GWindow::GetMenu

GMenu *GetMenu()

Returns the window's menu.


GWindow::Pour

virtual void Pour()

Arrangs all the Gview derived children in the client area.


GWindow::SetMenu

void SetMenu(GMenu *m)

Argument Description
GMenu *m

Sets the windows menu.


Built: 13/9/2001 2:28:30 PM
© 2001 Matthew Allen
Lgi HomePage