# Figure window,GUI,High risk of breaking in future versions,Undocumented feature

Published articles for Figure window,GUI,High risk of breaking in future versions,Undocumented feature.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Matlab toolstrip - part 8 (galleries)

DevFeed: [Matlab toolstrip - part 8 (galleries)](<https://devfeed.tech/articles/matlab-toolstrip-part-8-galleries-22325.md>)

Original publisher: [Read original article](<https://undocumentedmatlab.com/articles/matlab-toolstrip-part-8-galleries>)

Author: Yair Altman

Published: 2019-02-03T17:00:55Z

Content type: tutorial

Language: en

Sources: [Undocumented Matlab](<https://devfeed.tech/sources/undocumented-matlab.md>)

Topics: [MATLAB](<https://devfeed.tech/topics/matlab.md>), [GUI](<https://devfeed.tech/topics/gui.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [components](<https://devfeed.tech/tags/components.md>), [figure](<https://devfeed.tech/tags/figure.md>), [figure-window](<https://devfeed.tech/tags/figure-window.md>), [figure-window-gui-high-risk-of-breaking-in-future-versions-undocumented-feature](<https://devfeed.tech/tags/figure-window-gui-high-risk-of-breaking-in-future-versions-undocumented-feature.md>), [gallery](<https://devfeed.tech/tags/gallery.md>), [gui](<https://devfeed.tech/tags/gui.md>), [high-risk-of-breaking-in-future-versions](<https://devfeed.tech/tags/high-risk-of-breaking-in-future-versions.md>), [properties](<https://devfeed.tech/tags/properties.md>), [toolstrip](<https://devfeed.tech/tags/toolstrip.md>), [undocumented-feature](<https://devfeed.tech/tags/undocumented-feature.md>)

### AI overview

This tutorial explains how to add customizable gallery panels to MATLAB toolstrips. It covers gallery structure, categories, push-button and toggle-button items, selection behavior, and appearance-related properties.

### Source excerpt

Matlab toolstrips can contain customizable gallery panels of items. The post Matlab toolstrip - part 8 (galleries) appeared first on Undocumented Matlab. Related posts: Matlab toolstrip - part 7 (selection controls) Matlab toolstrips can contain a wide variety of selection controls: popups, combo-boxes, and galleries. ... Matlab toolstrip - part 6 (complex controls) Multiple types of customizable controls can be added to Matlab toolstrips... Matlab toolstrip - part 9 (popup figures) Custom popup figures can be attached to Matlab GUI toolstrip controls. ... Matlab toolstrip - part 5 (icons) Icons can be specified in various ways for toolstrip controls and the app window itself. ...

## Matlab toolstrip - part 7 (selection controls)

DevFeed: [Matlab toolstrip - part 7 (selection controls)](<https://devfeed.tech/articles/matlab-toolstrip-part-7-selection-controls-22324.md>)

Original publisher: [Read original article](<https://undocumentedmatlab.com/articles/matlab-toolstrip-part-7-selection-controls>)

Author: Yair Altman

Published: 2019-01-27T17:00:34Z

Content type: tutorial

Language: en

Sources: [Undocumented Matlab](<https://devfeed.tech/sources/undocumented-matlab.md>)

Topics: [MATLAB](<https://devfeed.tech/topics/matlab.md>), [GUI](<https://devfeed.tech/topics/gui.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [components](<https://devfeed.tech/tags/components.md>), [customization](<https://devfeed.tech/tags/customization.md>), [figure](<https://devfeed.tech/tags/figure.md>), [figure-window](<https://devfeed.tech/tags/figure-window.md>), [figure-window-gui-high-risk-of-breaking-in-future-versions-undocumented-feature](<https://devfeed.tech/tags/figure-window-gui-high-risk-of-breaking-in-future-versions-undocumented-feature.md>), [gui](<https://devfeed.tech/tags/gui.md>), [high-risk-of-breaking-in-future-versions](<https://devfeed.tech/tags/high-risk-of-breaking-in-future-versions.md>), [toolstrip](<https://devfeed.tech/tags/toolstrip.md>), [undocumented-feature](<https://devfeed.tech/tags/undocumented-feature.md>)

### AI overview

This tutorial explains how to add selection controls to MATLAB toolstrips, including dropdowns and list boxes. It discusses selectable values, editable dropdown entries, and differences between list-box and dropdown properties.

### Source excerpt

Matlab toolstrips can contain a wide variety of selection controls: popups, combo-boxes, and galleries. The post Matlab toolstrip - part 7 (selection controls) appeared first on Undocumented Matlab. Related posts: Matlab toolstrip - part 6 (complex controls) Multiple types of customizable controls can be added to Matlab toolstrips... Matlab toolstrip - part 8 (galleries) Matlab toolstrips can contain customizable gallery panels of items. ... Matlab toolstrip - part 9 (popup figures) Custom popup figures can be attached to Matlab GUI toolstrip controls. ... Matlab toolstrip - part 4 (control customization) Matlab toolstrip components (controls) can be customized in various ways, including user-defined callbacks. ...