Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Has anyone written a cascading popup-style uicontrol?
조회 수: 1 (최근 30일)
이전 댓글 표시
e.g., similar to what is possible w/ uicontext menus, only as a uicontrol so it can "live" in a figure or panel? (As near as I can tell, given present Matlab GUI object options, one would have to implement this, descending level by level, in the callbacks of popup-style uicontrols--I'm just wondering if anyone has already done this in a general way so that all one has to do is specify the lists to display at the various levels and the rest is done for you.) Thanks!
댓글 수: 0
답변 (1개)
Walter Roberson
2012년 10월 23일
The UIContextMenu property (of most graphic objects) allows you to associate a right-click activated uicontextmenu object with the graphics object.
댓글 수: 2
Walter Roberson
2012년 10월 23일
That sounds a bit familiar; I think someone else asked for much the same thing about a year-ish ago.
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!