Global Index (short | long) | Local contents | Local Index (short | long)
figw=iduilay2(nobut)
IDUILAY2 Computes window width based on the number of buttons. figw = figure width nobut = number of buttons
This function is called by | |
---|---|
function figw=iduilay2(nobut) % L. Ljung 10-10-94 % Copyright (c) 1986-98 by The MathWorks, Inc. % $Revision: 2.3 $ $Date: 1997/12/02 03:41:44 $ layout figw = 2*mEdgeToFrame+nobut*mStdButtonWidth+(nobut+1)*mFrameToText;