XtaCEE wrote:
> I'm designing a program using GUIDE but the pallete for adding
> controls to my form seem limited. For example, how do I add tab
> strips to my GUI? And how do I add icons to the form that carry out
> functions when clicked? Also how do I create toolbars using GUIDE?
For so-called 'icons', see the initialisation function of the following:
http://www.mathworks.nl/matlabcentral/fileexchange/loadFile.do?objectId=4996&objectType=FILE
You can create tab strips by modifying some implementation of horizontal
tabs. See:
http://www.mathworks.nl/matlabcentral/fileexchange/loadFile.do?objectId=1741&objectType=file
Roy
|