Home  /  Autodocs  /  intuition.library

NAME

ResetMenuStrip
Re-attach a menu strip to a window. (V36)

SYNOPSIS

Success = ResetMenuStrip( Window, Menu )
D0 A0 A1

BOOL ResetMenuStrip( struct Window *, struct Menu * );

FUNCTION

This function is simply a "fast" version of SetMenuStrip() that doesn't perform the precalculations of menu page sizes that SetMenuStrip() does.

You may call this function ONLY IF the menu strip and all items and sub-items have not changed since the menu strip was passed to SetMenuStrip(), with the following exceptions:

In all other ways, this function performs like SetMenuStrip().

The new sequence of events you can use is: - OpenWindow()

INPUTS

Window
pointer to a Window structure

Menu
pointer to the first menu in the menu strip

RESULT

TRUE always.

SEE ALSO

SetMenuStrip(), ClearMenuStrip()