Lines Matching refs:view
246 /** Add a view to the slide show.<p>
248 This method adds a view to the slide show. After successful
250 the added view, scaled according to the view's output area.<p>
253 The view to add
255 @return <TRUE>, if the view has been successfully
256 added. Otherwise, <FALSE> is returned (e.g. if the view is
261 /** Remove view from the slide show.<p>
263 This method removes the given view from the slide show. After
265 cease to display on this view.<p>
270 @return <TRUE>, if the view was successfully removed, <FALSE>
271 otherwise (e.g. if the view was not added in the first place).