Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design"/>
</Category>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="BaseExternalDialog.m" type="File"/>
4 changes: 2 additions & 2 deletions widgets/+wt/+abstract/BaseDialog.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
wt.mixin.FieldColorable
% Base class for a dialog panel

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

% Copyright 2022-2025 The MathWorks Inc.

Expand Down
Loading