Adams Basic Package > Adams View > View Command Language > interface > interface push_button execute

interface push_button execute

Allows you determine the mode of the push button operation.

Format:

 
interface push_button execute
push_button_name =
an existing GI_push_btn
action =
push_btn_action

Example:

 
interface push_button execute &
push_button_name =
_2 &
action =
single_click

Description:

 
Parameter
Value Type
Description
push_button_name
An Existing GI_push_btn
Specifies the name of an existing push button
action
Push_btn_action
Determines the mode of the push button operation

Extended Definition:

The push button can execute the associated commands with a single or double-click, depending on the choice specified by this command. A single click will carry the execution of ‘command’, while, a double-click will carry the execution of ‘dbl command’.