Skip to content

Commit d001925

Browse files
authored
Merge pull request #145 from mathworks/142-provide-an-externaldialog-class-for-dialogs-in-a-separate-figure-window
142 provide an externaldialog class for dialogs in a separate figure window
2 parents 29f5434 + f7c0a55 commit d001925

File tree

5 files changed

+598
-3
lines changed

5 files changed

+598
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="BaseExternalDialog.m" type="File"/>

widgets/+wt/+abstract/BaseDialog.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
wt.mixin.FieldColorable
55
% Base class for a dialog panel
66

7-
% Please note this is an experimental component that may change in the
8-
% future.
7+
% This component was a prototype that is now deprecated. Please switch
8+
% to BaseInternalDialog or BaseExternalDialog instead.
99

1010
% Copyright 2022-2025 The MathWorks Inc.
1111

0 commit comments

Comments
 (0)