Documentation of iduilay2


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

figw=iduilay2(nobut)

Help text

IDUILAY2 Computes window width based on the number of buttons.
   figw = figure width
   nobut = number of buttons

Cross-Reference Information

This function is called by

Listing of function iduilay2

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;