uidesigner/com.nokia.sdt.series60.componentlibrary/components/containers/DialogBase.properties
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 backColor=background color
       
     2 wait=waiting
       
     3 modeless=modeless
       
     4 EEikDialogFlagModelessDescription=If true, dialog is not added to control stack automatically
       
     5 EEikDialogFlagWaitDescription=If true, execution does not return until dialog is dismissed
       
     6 
       
     7 #handleAttemptDimmedSelection=handleAttemptDimmedSelection
       
     8 #dynInitMenuBar=dynInitMenuBar
       
     9 #checkHotKeyNotDimmed=checkHotKeyNotDimmed
       
    10 prepareForFocusTransition=prepareForFocusTransition
       
    11 prepareForFocusTransitionDescription=Handles validation of the current line before moving to a new one (MEikDialogPageObserver::PrepareForFocusTransitionL)
       
    12 pageChanged=pageChanged
       
    13 pageChangedDescription=Handles change of the active dialog page (MEikDialogPageObserver::PageChangedL)
       
    14 lineChanged=lineChanged
       
    15 lineChangedDescription=Handles change of the current dialog line (item) (MEikDialogPageObserver::LineChangedL) 
       
    16 processCommand=processCommand
       
    17 processCommandDescription=Handles user commands at the dialog level (CAknDialog::ProcessCommandL)
       
    18 dynInitMenuPane=dynInitMenuPane
       
    19 dynInitMenuPaneDescription=Handles dynamic changes to menu loaded from resource (MEikMenuObserver::DynInitMenuPaneL)
       
    20 offerKeyToApp=offerKeyToApp
       
    21 offerKeyToAppDescription=Handles unrecognized keypress in menu (MEikMenuObserver::OfferKeyToAppL)