Menu class?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Menu class?

jWarrior
what is the name instVar used for?


Reply | Threaded
Open this post in threaded view
|

Re: Menu class?

Peter van Rooijen
for the menu label when it's used in a menu bar?

"Donald MacQueen" <[hidden email]> wrote in message
news:99l6pj$rue$[hidden email]...
> what is the name instVar used for?
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Menu class?

Ian Bartholomew
In reply to this post by jWarrior
Donald,

> what is the name instVar used for?

I seem to recall that you're using Dolphin 2?. If so you probably haven't
seen the following comment for Menu>>name which appears in D3 and D4 and
which is, I would say, pretty explanatory.

"Private - Answer the symbolic name of the receiver. The name is useful if
the
receiver is a dynamic menu whose contents are to be adjusted at run-time, or
for which the application wishes to control the enablement state.
This can be nil if the receiver is un-named, which is the default."

Ian