| 6116 |
5265 d 5 h |
bibiko |
/trunk/Mac-GUI/ |
• added RTooltip to allow to display a tooltip programmatically; it can display plain text (type=text), any HTML code (type=html), or an NSImage (type=image)
- minimal example: [RTooltip showWithObject:@"Hello World"]
• added RChooseMenuItemDialog to allow to display a frameless menu (like a context menu) listing the passed items; it returns the selected item index or -1 if user pressed ESC
- minimal example:
[RChooseMenuItemDialog withItems:
[NSArray arrayWithObjects:@"item0", @"item1", nil] atPosition:[NSEvent mouseLocation]] |
|
/trunk/Mac-GUI/Tools/RChooseMenuItemDialog.h /trunk/Mac-GUI/Tools/RChooseMenuItemDialog.m /trunk/Mac-GUI/Tools/RTooltip.h /trunk/Mac-GUI/Tools/RTooltip.m
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
|