| Did you know ... | Search Documentation: |
| popup->execute |
->terminate.
The argument (denoted context) is normally the object to
which the popup menu is associated.
First it locates the selected menu_item
object and the message to execute. This message is menu_item<-message
if this does not yeild @default,
otherwise dialog_item<-message.
The forwarded arguments are:
<-multiple_selection: @off
using menu_item<-message
@receiver: The popup @arg1: The context argument
<-multiple_selection: @off
using dialog_item<-message
@receiver: The popup @arg1 menu_item <-value@arg2: The context argument
<-multiple_selection: @on
using menu_item<-message
@receiver: The popup @arg1: menu_item <-selected@arg2: The context argument
<-multiple_selection: @on
using dialog_item<-message
@receiver: The popup @arg1: menu_item <-value@arg2: menu_item <-selected@arg3: The context argument
->terminate