• 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

14 The wxHtmlContainerCell class is an implementation of a cell that may
15 contain more cells in it. It is heavily used in the wxHTML layout algorithm.
35 Constructor. {\it parent} is pointer to parent container or NULL.
55 colour is set.
61 Returns the indentation. {\it ind} is one of the {\bf wxHTML\_INDENT\_*} constants.
65 It is NOT always in pixels!
71 Returns the units of indentation for {\it ind} where {\it ind} is one
85 the values stored in {\it tag}. (Tags {\tt ALIGN} parameter is extracted.) In fact
86 it is only a front-end to \helpref{SetAlignHor}{wxhtmlcontainercellsetalignhor}
94 each line is aligned according to {\it al} value.
112 Sets the container's {\it vertical alignment}. This is per-line alignment!
137 Sets the border (frame) colours. A border is a rectangle around the container.
155 \docparam{what}{Determines which of the four borders we're setting. It is OR
174 \twocolitem{{\bf wxHTML\_UNITS\_PIXELS}}{{\it i} is number of pixels}
175 \twocolitem{{\bf wxHTML\_UNITS\_PERCENT}}{{\it i} is interpreted as percents of width
186 When container's \helpref{Layout}{wxhtmlcelllayout} is called, m\_Height
187 is set depending on layout of subcells to the height of area covered
189 of container is never smaller than {\it h} - even if the subcells cover
196 \docparam{align}{If height of the container is lower than the minimum height, empty space must be inserted
197 somewhere in order to ensure minimal height. This parameter is one of {\bf wxHTML\_ALIGN\_TOP,
209 The normal behaviour of container is that its width is the same as the width of
213 {\it pixel\_scale} is number of real pixels that equals to 1 HTML pixel.
217 \docparam{w}{Width of the container. If the value is negative it means
220 of container to parent's width minus 50 pixels. This is useful when
226 \twocolitem{{\bf wxHTML\_UNITS\_PIXELS}}{{\it w} is number of pixels}
227 \twocolitem{{\bf wxHTML\_UNITS\_PERCENT}}{{\it w} is interpreted as percents of width
233 info is extracted from tag's {\tt WIDTH} parameter.}
235 \pythonnote{The second form of this method is named