Home | History | Annotate | Download | only in cocoa

Lines Matching refs:bubble

16 // Base class for bubble controllers. Manages a xib that contains an
18 // the bubble window on clicks outside of the window, and the like.
38 @property(nonatomic, readonly) InfoBubbleView* bubble;
40 // Creates a bubble. |nibPath| is just the basename, e.g. @"FirstRunBubble".
42 // bubble visible. It will autorelease itself when the user dismisses the
43 // bubble.
50 // Creates a bubble. |nibPath| is just the basename, e.g. @"FirstRunBubble".
51 // |view| must be in a window. The bubble will point at |offset| relative to
53 // bubble visible. It will autorelease itself when the user dismisses the
54 // bubble.