Searched defs:CJUIDialogAPI (Results 1 – 1 of 1) sorted by relevance
3301 struct CJUIDialogAPI { struct3302 ArkUIDialogHandle (*create)();3303 void (*dispose)(ArkUIDialogHandle handle);3304 ArkUI_Int32 (*setContent)(ArkUIDialogHandle handle, ArkUINodeHandle contentNode);3305 ArkUI_Int32 (*removeContent)(ArkUIDialogHandle handle);3306 ArkUI_Int32 (*setContentAlignment)(3308 ArkUI_Int32 (*resetContentAlignment)(ArkUIDialogHandle handle);3309 ArkUI_Int32 (*setModalMode)(ArkUIDialogHandle handle, ArkUI_Bool isModal);3310 ArkUI_Int32 (*setAutoCancel)(ArkUIDialogHandle handle, ArkUI_Bool autoCancel);3319 ArkUI_Int32 (*show)(ArkUIDialogHandle handle, ArkUI_Bool showInSubWindow);[all …]