Searched defs:ArkUIDialogAPI (Results 1 – 1 of 1) sorted by relevance
5149 struct ArkUIDialogAPI { struct5150 ArkUIDialogHandle (*create)();5151 void (*dispose)(ArkUIDialogHandle handle);5153 ArkUI_Int32 (*removeContent)(ArkUIDialogHandle handle);5154 ArkUI_Int32 (*setContentAlignment)(5156 ArkUI_Int32 (*resetContentAlignment)(ArkUIDialogHandle handle);5157 ArkUI_Int32 (*setModalMode)(ArkUIDialogHandle handle, ArkUI_Bool isModal);5158 ArkUI_Int32 (*setAutoCancel)(ArkUIDialogHandle handle, ArkUI_Bool autoCancel);5167 ArkUI_Int32 (*show)(ArkUIDialogHandle handle, ArkUI_Bool showInSubWindow);5168 ArkUI_Int32 (*close)(ArkUIDialogHandle handle);[all …]