2 % automatically generated by HelpGen from
3 % htmlcell.h at 14/Apr/99 20:12:40
6 \section{\class{wxHtmlWidgetCell
}}\label{wxhtmlwidgetcell
}
8 wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
9 from wxWindow). You can use it to display things like forms, input boxes etc. in an HTML window.
11 wxHtmlWidgetCell takes care of resizing and moving window.
13 \wxheading{Derived from
}
15 \helpref{wxHtmlCell
}{wxhtmlcell
}
17 \latexignore{\rtfignore{\wxheading{Members
}}}
19 \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell
}\label{wxhtmlwidgetcellwxhtmlwidgetcell
}
21 \func{}{wxHtmlWidgetCell
}{\param{wxWindow*
}{wnd
},
\param{int
}{w =
0}}
25 \wxheading{Parameters
}
27 \docparam{wnd
}{Connected window. It's parent window
{\bf must
} be the wxHtmlWindow object within
28 which it is displayed!
}
30 \docparam{w
}{Floating width. If non-zero width of
{\it wnd
} window is adjusted so that it is
31 always
{\it w
} percents of parent container's width. (For example w =
100 means that the window
32 will always have same width as parent container)
}