• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:is

8 wxHtmlWindow is probably the only class you will directly use
12 The purpose of this class is to display HTML pages (either local
14 of the window is constant - given in the constructor - and virtual height
15 is changed dynamically depending on page size.
16 Once the window is created you can set its content by calling
41 even when the page is larger than the window.}
92 \item Plain Text filter (this filter is used if no other filter matches)
124 If no page is opened or if the displayed page wasn't
125 produced by call to LoadPage, empty string is returned.
132 Returns full location of the opened page. If no page is opened or if the displayed page wasn't
133 produced by call to LoadPage, empty string is returned.
152 \helpref{LoadPage}{wxhtmlwindowloadpage} is stored in history list.)
158 Returns true if it is possible to go back in the history (i.e. HistoryBack()
165 Returns true if it is possible to go forward in the history (i.e. HistoryBack()
222 This method is called when a mouse button is clicked inside wxHtmlWindow.
224 The default behaviour is to emit a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}
229 Overloading this method is deprecated; intercept the event instead.
249 This method is called when a mouse moves over an HTML cell.
250 Default behaviour is to emit a \helpref{wxHtmlCellEvent}{wxhtmlcellevent}.
251 Overloading this method is deprecated; intercept the event instead.
255 \docparam{cell}{The cell inside which the mouse is currently, always a simple
264 Called when user clicks on hypertext link. Default behaviour is to emit a
267 Overloading this method is deprecated; intercept the event instead.
275 Called when an URL is being opened (either when the user clicks on a link or
276 an image is loaded). The URL will be opened only if OnOpeningURL returns
277 {\tt wxHTML\_OPEN}. This method is called by
281 behaviour is to always return {\tt wxHTML\_OPEN}.
328 \docparam{path}{Optional path in config tree. If not given current path is used.}
346 is currently selected.
353 is relative to the top of displayed page, not to window's origin, use
367 is relative to the top of displayed page, not to window's origin, use
396 \docparam{normal\_face}{This is face name for normal (i.e. non-fixed) font.
397 It can be either empty string (then the default face is chosen) or
403 \docparam{sizes}{This is an array of 7 items of {\it int} type.
406 is NULL.}
440 Sets the frame in which page title will be displayed. {\it format} is format of
442 \%s is substituted with HTML page title.
450 (Default is -1 = no messages.)
468 Regardless of whether the path is given or not, the function creates sub-path
477 \docparam{path}{Optional path in config tree. If not given, the current path is used.}
487 This event class is used for the events generated by \helpref{wxHtmlWindow}{wxhtmlwindow}.
516 The constructor is not normally used by the user code.
532 This event class is used for the events generated by \helpref{wxHtmlWindow}{wxhtmlwindow}.
562 The constructor is not normally used by the user code.
584 \false otherwise (which is the default). With this function the event handler can return info to the