MATLAB COMPILER RELEASE NOTES User's Guide Page 109

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 108
GUI Building
2-31
GUI Building
uitab and uita/jointfilesconvert/393504/bgroup components for creating user interfaces with
tabbed panels
The uitab function creates a tabbed panel in which you can group related components
together with a clickable tab label. The uita/jointfilesconvert/393504/bgroup function creates the container that
manages user selection of uitabs.
Changes introduced with new graphics system
The new MATLAB graphics system introduces these changes to the GUI building tools:
All UI components behave like MATLAB objects.
Improvements to the stacking behavior of components for more consistent behavior.
Improvements to component positioning for more consistency among different
components and different platforms.
See Graphics Changes in R2014b for an overview of all the major changes.
Compatibility Considerations
In some cases, the conditions and timing of the ResizeFcn callback execution have
changed. See Why Has the Behavior of ResizeFcn Changed? for more information.
The front-to-back order, or stacking order, of overlapping components might display
differently in some UIs. See Why Are Some Components Missing or Partially
Obscured? for more information.
UI objects no longer support the use of handle.listener to create event listeners.
See Why Does handle.listener Return an Error? for more information.
The layout of UI components might change if you specify units in your code. Set the
Units property before the Position property to ensure that MATLAB interprets the
Position property values in those units. If you specify the Units property after the
Position property, MATLAB interprets the Position values in the current units and
converts the values to the equivalent values in the units you specified.
Figure annotations and child objects of uipanels cannot cross uipanel boundaries.
Previous versions of MATLAB allow annotations and child objects to extend into
Page view 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 715 716

Comments to this Manuals

No comments