Searched defs:ArkUITabsModifierAPI (Results 1 – 1 of 1) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | api.h | 1177 struct ArkUITabsModifierAPI { struct 1178 void (*SetTabBarMode)(NodeHandle node, int32_t tabsBarMode); 1179 …ollableBarModeOptions)(NodeHandle node, const double value, const int unit, const int layoutStyle); 1180 void (*SetBarGridAlign)( 1182 …ider)(NodeHandle node, uint32_t color, const double* values, const int32_t* units, int32_t length); 1183 void (*SetFadingEdge)(NodeHandle node, bool fadingEdge); 1184 void (*SetBarBackgroundColor)(NodeHandle node, uint32_t color); 1185 void (*SetBarOverlap)(NodeHandle node, bool overlap); 1186 void (*SetIsVertical)(NodeHandle node, bool isVertical); 1187 void (*SetTabBarPosition)(NodeHandle node, int32_t barVal); [all …]
|