Path: news.mathworks.com!not-for-mail
From: "Ashish Uthama" <ashishu@ece.ubc.ca>
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUI: Remove close button in title bar
Date: Wed, 12 Mar 2008 13:09:49 -0400
Organization: TMW
Lines: 13
Message-ID: <op.t7wxynnhxwvkfj@uthamaa.dhcp.mathworks.com>
References: <fr84hq$9le$1@fred.mathworks.com>
NNTP-Posting-Host: uthamaa.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1205341789 21217 144.212.206.107 (12 Mar 2008 17:09:49 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 12 Mar 2008 17:09:49 +0000 (UTC)
User-Agent: Opera Mail/9.25 (Win32)
Xref: news.mathworks.com comp.soft-sys.matlab:456842



not sure if you can 'remove' it, you could try editing the CloseRequestFcn  
callback to have '' to disable it


On Wed, 12 Mar 2008 04:34:02 -0400, Blueblood Kingroyale  
<edproject.cec@gmail.com> wrote:

> Hi, I'm creating a GUI for a Voice Recognition project.
> I'd like to know how I can remove the 'CLOSE' button
> (that's the little red 'x' in the top corner) from the GUI
> title bar I am creating.