|
DrawKit
Vector and illustration framework for Mac OS X
|
This class provides a very simple tooltip-like window in which you can display a short piece of information, such as a single numeric value. More...

Instance Methods | |
| (void) | - hide |
| (void) | - positionAtScreenPoint: |
| (void) | - positionNearPoint:inView: |
| (void) | - setDoubleValue: |
| (void) | - setFloatValue: |
| (void) | - setFormat: |
| (void) | - setStringValue: |
| (void) | - setWindowOffset: |
| (void) | - show |
Class Methods | |
| (GCInfoFloater *) | + infoFloater |
This class provides a very simple tooltip-like window in which you can display a short piece of information, such as a single numeric value.
By positioning this next to the mouse and supplying it with info, you can enhance the usability of some kinds of user interaction.
| - (void) hide |
| + (GCInfoFloater*) infoFloater |
| - (void) positionAtScreenPoint: | (NSPoint) | sp |
| - (void) positionNearPoint: | (NSPoint) | p | |
| inView: | (NSView *) | v | |
| - (void) setDoubleValue: | (double) | val |
| - (void) setFloatValue: | (float) | val |
| - (void) setFormat: | (NSString *) | fmt |
| - (void) setStringValue: | (NSString *) | str |
| - (void) setWindowOffset: | (NSSize) | offset |
| - (void) show |
1.8.9.1