uidesigner/com.nokia.carbide.cpp.uiq.components/components/controls/ControlBase/LayoutControlBase.properties
author timkelly
Tue, 21 Apr 2009 14:51:39 -0500
branchRCL_2_0
changeset 109 2a4136280275
parent 2 d760517a8095
permissions -rw-r--r--
Fix again for bug 8902. Give direct access to BuildArgumentsInfo class and deprecate IBuildArgumentsInfo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
#START_USECASES: CU10 END_USECASES
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
customInstanceName=Custom instance name
cawthron
parents:
diff changeset
     4
control=control
cawthron
parents:
diff changeset
     5
controlDescription=A control appearing in a layout
cawthron
parents:
diff changeset
     6
category.design=Design
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
#events descriptions
cawthron
parents:
diff changeset
     9
requestExit=request exit
cawthron
parents:
diff changeset
    10
requestExitDescription=Handles successful exit from a transient mode \
cawthron
parents:
diff changeset
    11
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestExit)
cawthron
parents:
diff changeset
    12
requestCancel=request cancel
cawthron
parents:
diff changeset
    13
requestCancelDescription=Handles cancellation from a transient mode \
cawthron
parents:
diff changeset
    14
(e.g. context menu selection) (MCoeControlObserver::HandleControlEventL - EEventRequestCancel)
cawthron
parents:
diff changeset
    15
requestFocus=request focus
cawthron
parents:
diff changeset
    16
requestFocusDescription=Handles request for focus \
cawthron
parents:
diff changeset
    17
(MCoeControlObserver::HandleControlEventL - EEventRequestFocus)
cawthron
parents:
diff changeset
    18
prepareFocusTransition=prepare focus transition
cawthron
parents:
diff changeset
    19
prepareFocusTransitionDescription=Occurs during pointer down when control might gain focus \
cawthron
parents:
diff changeset
    20
(MCoeControlObserver::HandleControlEventL - EEventPrepareFocusTransition)
cawthron
parents:
diff changeset
    21
stateChanged=state changed
cawthron
parents:
diff changeset
    22
stateChangedDescription=Handles changes in state reported by framework (MCoeControlObserver::HandleControlEventL - EEventStateChanged)
cawthron
parents:
diff changeset
    23
interactionRefused=interaction refused
cawthron
parents:
diff changeset
    24
interactionRefusedDescription=Occurs when interaction fails due to dimmed or disabled control \
cawthron
parents:
diff changeset
    25
(MCoeControlObserver::HandleControlEventL - EEventInteractionRefused)