The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
6453 4892 d 9 h ripley /branches/MacGUI-2-x/ branch  
/branches/MacGUI-2-x
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