uidesigner/com.nokia.sdt.series60.componentlibrary/components/view/CAknView_2.8.properties
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 friendlyName=Avkon View
       
     2 information=The S60 top-level Avkon view class. This is a non-visual class which holds a reference to a UI class (such as CAknViewAppUI).
       
     3 cbaDisplay=Control Pane
       
     4 layoutConfig=layout configuration
       
     5 layoutConfigDescription=Layout(s) the view is designed for; all but "variable" constrain the layout used when editing
       
     6 optionsMenu=options menu
       
     7 optionsMenuDescription=Menu pane object to use as the Options menu.
       
     8 generalContainmentError=An Avkon View can''t contain objects of type ''{0}''.
       
     9 singleInstanceContainmentError=An Akvon View can''t contain more than one object of type ''{0}''.
       
    10 validateOptionsMenu=The control pane is configured to display an Options menu, but the view's optionMenu property is not set. The application will panic if run in this state.
       
    11 validateMenubarWithForm=Menubars added to Avkon views containing a Form will not \
       
    12 automatically replace the Form''s default options menu. \
       
    13 Handwritten code must be added to replace the options menu of a Form.
       
    14 
       
    15 handleStatusPaneSizeChange=handleStatusPaneSizeChange
       
    16 handleStatusPaneSizeChangeDescription=Handle changes to status pane size (CAknAppUi::HandleStatusPaneSizeChange)
       
    17 handleCommand=handleCommand
       
    18 handleCommandDescription=Handles commands at the view level (CAknView::HandleCommandL)
       
    19 activated=activated
       
    20 activatedDescription=Extends view activation / construction (CAknView::DoActivateL)
       
    21 deactivated=deactivated
       
    22 deactivatedDescription=Extends view deactivation / destruction (CAknView::DoDeactivateL)