• 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:to

17 \helpref{wxHtmlWinParser}{wxhtmlwinparser} to represent HTML page in memory.
48 This method is used to adjust pagebreak position. The parameter is
69 \docparam{dc}{Device context to which the cell is to be drawn}
72 add this to m\_PosX,m\_PosY when passing coordinates to dc's methods
76 used to optimize rendering speed}
79 used to optimize rendering speed}
92 \docparam{dc}{Device context to which the cell is to be drawn}
95 add this to m\_PosX,m\_PosY when passing coordinates to dc's methods
102 Returns pointer to itself if this cell matches condition (or if any of the cells
105 return pointer to the first cell that matches the condition)
107 It is recommended way how to obtain pointer to particular cell or
108 to cell of some type (e.g. wxHtmlAnchorCell reacts on
121 {\it param} is pointer to wxString with name of the anchor.}
140 Returns pointer to the first cell in the list.
142 method to obtain pointer to the next cell in list.
171 These coordinates are used e.g. by COLORMAP. Values are relative to the
172 upper left corner of THIS cell (i.e. from 0 to m\_Width or m\_Height)}
178 Returns cursor to show when mouse pointer is over the cell.
182 \docparam{window}{interface to the parent HTML window}
191 Returns pointer to the next cell in list (see htmlcell.h if you're
198 Returns pointer to parent container.
204 Returns X position within parent (the value is relative to parent's
212 Returns Y position within parent (the value is relative to parent's
229 \item adjusts the cell's width according to the fact that maximal possible width is {\it w}.
245 cell is called. Default behavior is to call
255 \docparam{window}{interface to the parent HTML window}
257 \docparam{pos}{coordinates of mouse click (this is relative to cell's origin}
286 to be used only by \helpref{wxHtmlContainerCell::InsertCell}{wxhtmlcontainercellinsertcell}.