Home | History | Annotate | Download | only in Interfaces

Lines Matching full:discussion

41     @discussion Each menu item in the default menu items array passed in
146 @discussion This protocol is used to call back with the results of
176 @discussion A class that implements WebUIDelegate provides
193 @discussion The newly created window is hidden, and the window operations delegate on the
207 @discussion This will only be called just after createWindowWithRequest:
217 @discussion Clients showing multiple views in one window may
229 @discussion Clients showing multiple views in one window may want to
239 @discussion Clients showing multiple views in one window may want to
249 @discussion This method should return the focused control in the
263 @discussion responder will always be a view that is in the view
294 @discussion This method should return YES if the window has any
309 @discussion Setting this to YES should turn on all toolbars
329 @discussion Setting this to YES should show the status bar,
340 @discussion If there are multiple views in the same window, they
352 @discussion If there are multiple views in the same window, they
364 @discussion Even though a caller could set the frame directly using the NSWindow,
375 @discussion
385 @discussion Even though a caller could set the content rect
396 @discussion
406 @discussion Clients should visually indicate that this panel comes
418 @discussion Clients should visually indicate that this panel comes
432 @discussion Clients should visually indicate that this panel comes
446 @discussion Clients should include a message in addition to the one
458 @discussion This method is passed a callback object instead of giving a return
492 @discussion This method allows the UI delegate to control WebView's validation of user interface items.
505 @discussion This method allows the UI delegate to control WebView's behavior when an action is being sent.
518 @discussion This method is called periodically as something is dragged over a WebView. The UI delegate can return a mask
531 @discussion This method is called after the last call to webView:dragDestinationActionMaskForDraggingInfo: after something is dropped on a WebView.
542 @discussion This method is called after the user has begun a drag from a WebView. The UI delegate can return a mask indicating
555 @discussion This method is called after webView:dragSourceActionMaskForPoint: is called after the user has begun a drag from a WebView.
607 @discussion This method is called for submenus as well.
689 @discussion This method is called when a script or user requests the page to be printed.
699 @discussion This method is called when an FTP directory listing is viewed in a webView.
710 @discussion The height returned will be used to calculate the rect passed to webView:drawHeaderInRect:.
721 @discussion The height returned will be used to calculate the rect passed to webView:drawFooterInRect:.