The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
6453 4892 d 3 h ripley /branches/MacGUI-2-x/ branch  
6116 5264 d 22 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]]