Symbian3/SDK/Source/GUID-971C9B81-1D6F-59E7-9416-385A0787D642.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
    45 control B (<codeph>ECoeStackPriorityMenu</codeph>), control C (<codeph>ECoeStackPriorityDefault</codeph> —
    45 control B (<codeph>ECoeStackPriorityMenu</codeph>), control C (<codeph>ECoeStackPriorityDefault</codeph> —
    46 used for application views) and control D (<codeph>ECoeStackPriorityDialog</codeph>). </p>
    46 used for application views) and control D (<codeph>ECoeStackPriorityDialog</codeph>). </p>
    47 <fig id="GUID-02308139-5BC5-5098-BE15-178434158843">
    47 <fig id="GUID-02308139-5BC5-5098-BE15-178434158843">
    48 <title>           Example showing the order and priority of controls on the
    48 <title>           Example showing the order and priority of controls on the
    49 control stack                    </title>
    49 control stack                    </title>
    50 <image href="GUID-7AC4C1C2-D796-508F-93CF-21F061F49A30_d0e47241_href.png" placement="inline"/>
    50 <image href="GUID-7AC4C1C2-D796-508F-93CF-21F061F49A30_d0e47399_href.png" placement="inline"/>
    51 </fig>
    51 </fig>
    52 <p>On the stack shown in the diagram key-press events will be offered first
    52 <p>On the stack shown in the diagram key-press events will be offered first
    53 to control D, followed by A, B and C in that order. A control on the stack
    53 to control D, followed by A, B and C in that order. A control on the stack
    54 can refuse key press events by setting a flag. This might be done by a dialogs
    54 can refuse key press events by setting a flag. This might be done by a dialogs
    55 when it is not visible. </p>
    55 when it is not visible. </p>