Home
last modified time | relevance | path

Searched refs:SetButtonLabel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp107 void SetButtonLabel(ArkUINodeHandle node, ArkUI_CharPtr label) in SetButtonLabel() function
641 …static const ArkUIButtonModifier modifier = { SetButtonLabel, ResetButtonLabel, SetButtonType, Res… in GetButtonModifier()
655 …static const CJUIButtonModifier modifier = { SetButtonLabel, ResetButtonLabel, SetButtonType, Rese… in GetCJUIButtonModifier()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6147 int32_t SetButtonLabel(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetButtonLabel() function
13342 static Setter* setters[] = { SetButtonLabel, SetButtonType }; in SetButtonAttribute()