showcontextmenu

버전 1.4.0.0 (7.46 KB) 작성자: Igor
Simple way to show contextmenu on left click in a nice drop-down way.
다운로드 수: 395
업데이트 날짜: 2012/6/21

라이선스 보기

Use as follows:
---------------------------------
hcmenu1 = uicontextmenu;
uimenu(hcmenu1,...);
uimenu(hcmenu1,...);
showcontextmenu(hObj,hcmenu1);
---------------------------------
Try test_showcontextmenu.m for usage example.

This also contains a number of trivial routine functions:
getParentFigure(hObject)
%returns hObject's parent figure

getPositionOnFigure( hObject,units )
%returns absolute position of object on a figure

getRelPosition( hObject,units )
%get(hObject,'Position') with specific 'units'

getCurrentPoint( hFigure,units )
%get(hFigure,'currentpoint') with specific 'units'

인용 양식

Igor (2025). showcontextmenu (https://kr.mathworks.com/matlabcentral/fileexchange/31448-showcontextmenu), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

added test_showcontextmenu4:
in this example, in contrast to test_showcontextmenu, right-click menu is shown below the button (not on click position)

1.3.0.0

Thanks to Jesse this now supports uipushtool and uitoggletool objects (toolbar items).
usage example provided in test_showcontextmenu3.

1.2.0.0

+support for lines etc. (objects without 'units' property (menu would be displayed on click position)
+"assert" removed with if..error

1.0.0.0