| 6227 |
5107 d 2 h |
bibiko |
/trunk/Mac-GUI/ |
• began to clean code for minimizing warnings (Xcode 4.4), to fix erroneous code snippets (>= SDK 10.7), and to be compatible with >= SDK 10.7 - but min SDK is still 10.5 |
|
/trunk/Mac-GUI/RController.m /trunk/Mac-GUI/RDocumentController.m /trunk/Mac-GUI/REditor.m /trunk/Mac-GUI/RTextView.m /trunk/Mac-GUI/RWindow.m /trunk/Mac-GUI/Tools/RChooseMenuItemDialog.m
|
| 6116 |
5265 d 0 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
|