(Up to GSubMenu)

GMenu

class GMenu :
    public GSubMenu
{
public:
    // Impl
    bool Attach(GWindow *p)
    bool Detach()
    bool Load(GWindow *p, char *Res)
};

GMenu::Attach

bool Attach(GWindow *p)

Argument Description
GWindow *p

Attach menu to window.


GMenu::Load

bool Load(GWindow *p, char *Res)

Argument Description
GWindow *p
char *Res

Load the menu from a resource.


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