Path: news.mathworks.com!not-for-mail
From: "Sprinceana " <mihaispr@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Right click over a pushbutton
Date: Sun, 19 Apr 2009 19:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <gsfvmd$qbp$1@fred.mathworks.com>
References: <gsfvgo$feo$1@fred.mathworks.com>
Reply-To: "Sprinceana " <mihaispr@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1240171021 27001 172.30.248.35 (19 Apr 2009 19:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 19 Apr 2009 19:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1740796
Xref: news.mathworks.com comp.soft-sys.matlab:533902


"Sprinceana " <mihaispr@yahoo.com> wrote in message <gsfvgo$feo$1@fred.mathworks.com>...
> What I must select to the property Selection Type of figure1(I have normal,open,alt,extend) to perform a right click over my pushbutton?
> 
> I wait a response please!
> 
> I'm using guide!

Also I know that the callback associated to the right click over a button is :

function pushbutton1_ButtonDownFcn(hObject, eventdata, handles)
% hObject    handle to pushbutton1 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)